From 3e692b02a7208fa930c4f1ef6f07a1604ae08369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 07:14:00 +0000 Subject: [PATCH] Bump rustdoc-types from 0.35.0 to 0.55.0 Bumps [rustdoc-types](https://github.com/rust-lang/rustdoc-types) from 0.35.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 | 14 ++++++++++++-- generate/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f0566c..764b4bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ "itertools", "public-api", "regex", - "rustdoc-types", + "rustdoc-types 0.55.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.55.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61f25a84ea78419de928cd82c3b2f76709a696a64a880486c567b4c4da8f2dda" +dependencies = [ + "serde", + "serde_derive", +] + [[package]] name = "rustix" version = "1.0.1" diff --git a/generate/Cargo.toml b/generate/Cargo.toml index 769bac4..348bafb 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.55" serde_json = "1.0" [dev-dependencies]