From 276ea472d9168e9a7144c3c85d0155ae0d6174dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:36:11 +0000 Subject: [PATCH] Bump rustdoc-types from 0.35.0 to 0.54.0 Bumps [rustdoc-types](https://github.com/rust-lang/rustdoc-types) from 0.35.0 to 0.54.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.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++++-- generate/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f0566c..d612482 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ "itertools", "public-api", "regex", - "rustdoc-types", + "rustdoc-types 0.54.0", "serde_json", "similar-asserts", ] @@ -307,7 +307,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "89b782050f709c24580467137c5908b1474756b8543c45e464332dc561ffbe65" dependencies = [ "hashbag", - "rustdoc-types", + "rustdoc-types 0.35.0", "serde", "serde_json", "thiserror", @@ -360,6 +360,16 @@ dependencies = [ "serde", ] +[[package]] +name = "rustdoc-types" +version = "0.54.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "814bc4dddadb32bef41ec20b836b35aa7aaf88356c721a0dd9cda41331394b8b" +dependencies = [ + "serde", + "serde_derive", +] + [[package]] name = "rustix" version = "1.0.1" diff --git a/generate/Cargo.toml b/generate/Cargo.toml index 769bac4..8668377 100644 --- a/generate/Cargo.toml +++ b/generate/Cargo.toml @@ -10,7 +10,7 @@ if_chain = "1.0" itertools = "0.14" public-api = "0.44" regex = "1.11" -rustdoc-types = "0.35" +rustdoc-types = "0.54" serde_json = "1.0" [dev-dependencies]