From 5dd9dfaf874ecf94cb5e8174402ceef11969cd43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:00:21 +0000 Subject: [PATCH] Bump rustdoc-types from 0.53.0 to 0.55.0 Bumps [rustdoc-types](https://github.com/rust-lang/rustdoc-types) from 0.53.0 to 0.55.0. - [Changelog](https://github.com/rust-lang/rustdoc-types/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustdoc-types/commits) --- updated-dependencies: - dependency-name: rustdoc-types dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cargo-mcp/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6bb9f7c..b1f8461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1591,9 +1591,9 @@ dependencies = [ [[package]] name = "rustdoc-types" -version = "0.53.0" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53175c56be456e96171b9c3efcd8e5216fbb7b40cc6355a1953090556621205b" +checksum = "61f25a84ea78419de928cd82c3b2f76709a696a64a880486c567b4c4da8f2dda" dependencies = [ "serde", "serde_derive", diff --git a/cargo-mcp/Cargo.toml b/cargo-mcp/Cargo.toml index 0ba304f..0b5616a 100644 --- a/cargo-mcp/Cargo.toml +++ b/cargo-mcp/Cargo.toml @@ -11,7 +11,7 @@ serde_json = "1.0" tokio = { version = "1.0", features = ["full"] } rustup-toolchain = "0.1" rustdoc-json = "0.9" -rustdoc-types = "0.53" +rustdoc-types = "0.55" thiserror = "2" cargo_metadata = "0.21" url = { version = "2", features = ["serde"] }