Update Rust crate cargo_metadata to 0.22 (#8144)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-25 14:10:50 +00:00 committed by GitHub
parent fdde05c7c0
commit 1301f80688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -606,9 +606,9 @@ dependencies = [
[[package]]
name = "cargo-platform"
version = "0.2.0"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84982c6c0ae343635a3a4ee6dedef965513735c8b183caa7289fa6e27399ebd4"
checksum = "8abf5d501fd757c2d2ee78d0cc40f606e92e3a63544420316565556ed28485e2"
dependencies = [
"serde",
]
@ -631,9 +631,9 @@ dependencies = [
[[package]]
name = "cargo_metadata"
version = "0.21.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cfca2aaa699835ba88faf58a06342a314a950d2b9686165e038286c30316868"
checksum = "0c3f56c207c76c07652489840ff98687dcf213de178ac0974660d6fefeaf5ec6"
dependencies = [
"camino",
"cargo-platform",

View File

@ -103,7 +103,7 @@ bytemuck = { version = "1.22", features = [
"extern_crate_alloc",
"min_const_generics",
] }
cargo_metadata = "0.21"
cargo_metadata = "0.22"
cfg_aliases = "0.2.1"
cfg-if = "1"
criterion = "0.7"
@ -176,7 +176,7 @@ ron = "0.10"
# see discussion here (including with some other alternatives): https://github.com/gfx-rs/wgpu/issues/6999
# (using default-features = false to support no-std build, avoiding any extra features that may require std::collections)
rustc-hash = { version = "1.1", default-features = false }
serde_json = "1.0.118"
serde_json = "1.0.143"
serde = { version = "1.0.219", default-features = false }
shell-words = "1"
smallvec = "1.13.1"