From 66fcf31d6703b09e2c65dcfc5bd2110c84556b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 06:05:06 +0000 Subject: [PATCH] Bump rustdoc-types from 0.35.0 to 0.41.0 Bumps [rustdoc-types](https://github.com/rust-lang/rustdoc-types) from 0.35.0 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.35.0...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 | 13 +++++++++++-- generate/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ccc7ea..b895442 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ "itertools", "public-api", "regex", - "rustdoc-types", + "rustdoc-types 0.41.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,15 @@ dependencies = [ "serde", ] +[[package]] +name = "rustdoc-types" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79f6e675de57460d306a273321d3799b010b23713144caffe00b4a4fde83620e" +dependencies = [ + "serde", +] + [[package]] name = "rustix" version = "1.0.1" diff --git a/generate/Cargo.toml b/generate/Cargo.toml index 769bac4..ce5e4b1 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.41" serde_json = "1.0" [dev-dependencies]