From 2fa876da6387fb0a4cb08b1723b8cfa5e3f82705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 09:30:48 +0000 Subject: [PATCH] Bump rustdoc-types from 0.32.2 to 0.41.0 Bumps [rustdoc-types](https://github.com/rust-lang/rustdoc-types) from 0.32.2 to 0.41.0. - [Changelog](https://github.com/rust-lang/rustdoc-types/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustdoc-types/compare/v0.32.2...v0.41.0) --- updated-dependencies: - dependency-name: rustdoc-types dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da25c7a..331ad04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -395,9 +395,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rustdoc-types" -version = "0.32.2" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fd5cb7a0c0a5a4f6bc429274fc1073d395237c83ef13d0ac728e0f95f5499ca" +checksum = "79f6e675de57460d306a273321d3799b010b23713144caffe00b4a4fde83620e" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 0145aa1..1a40bd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ cargo_metadata = "0.19" clap = { version = "4.4.18", features = ["derive"] } owo-colors = { version = "4", features = ["supports-colors"] } pest = "2" # For pretty error formatting -rustdoc-types = "0.32.2" +rustdoc-types = "0.41.0" serde = { version = "1", features = ["derive"] } serde_json = "1" toml = "0.8"