chore(deps): update rust crate cargo_metadata to 0.21.0

This commit is contained in:
renovate[bot] 2025-08-01 02:44:19 +00:00 committed by GitHub
parent 840b83a10f
commit ebaa23c4c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -519,15 +519,15 @@ dependencies = [
[[package]]
name = "cargo-util-schemas"
version = "0.2.0"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e63d2780ac94487eb9f1fea7b0d56300abc9eb488800854ca217f102f5caccca"
checksum = "7dc1a6f7b5651af85774ae5a34b4e8be397d9cf4bc063b7e6dbd99a841837830"
dependencies = [
"semver",
"serde",
"serde-untagged",
"serde-value",
"thiserror 1.0.69",
"thiserror 2.0.12",
"toml 0.8.23",
"unicode-xid",
"url",
@ -552,13 +552,13 @@ dependencies = [
[[package]]
name = "cargo_metadata"
version = "0.20.0"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f7835cfc6135093070e95eb2b53e5d9b5c403dc3a6be6040ee026270aa82502"
checksum = "5cfca2aaa699835ba88faf58a06342a314a950d2b9686165e038286c30316868"
dependencies = [
"camino",
"cargo-platform 0.2.0",
"cargo-util-schemas 0.2.0",
"cargo-util-schemas 0.8.2",
"semver",
"serde",
"serde_json",

View File

@ -35,7 +35,7 @@ cargo-test-macro = { version = "0.4.4", path = "crates/cargo-test-macro" }
cargo-test-support = { version = "0.8.0", path = "crates/cargo-test-support" }
cargo-util = { version = "0.2.22", path = "crates/cargo-util" }
cargo-util-schemas = { version = "0.10.0", path = "crates/cargo-util-schemas" }
cargo_metadata = "0.20.0"
cargo_metadata = "0.21.0"
clap = "4.5.40"
clap_complete = { version = "4.5.54", features = ["unstable-dynamic"] }
color-print = "0.3.7"