From 345c859a8edd95ec1da561d389e2825dcd5608ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 09:49:22 +0000 Subject: [PATCH] Bump rustdoc-types from 0.32.2 to 0.39.0 Bumps [rustdoc-types](https://github.com/rust-lang/rustdoc-types) from 0.32.2 to 0.39.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.39.0) --- updated-dependencies: - dependency-name: rustdoc-types 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..3ac63f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -395,9 +395,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rustdoc-types" -version = "0.32.2" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fd5cb7a0c0a5a4f6bc429274fc1073d395237c83ef13d0ac728e0f95f5499ca" +checksum = "e3b61d5673c3f4b49d35be6a58c49210596f61b8db580bc3b6d9dee5e9dc5458" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 0145aa1..5a7ac04 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.39.0" serde = { version = "1", features = ["derive"] } serde_json = "1" toml = "0.8"