Skip to content

Commit 1301f80

Browse files
Update Rust crate cargo_metadata to 0.22 (#8144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fdde05c commit 1301f80

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ bytemuck = { version = "1.22", features = [
103103
"extern_crate_alloc",
104104
"min_const_generics",
105105
] }
106-
cargo_metadata = "0.21"
106+
cargo_metadata = "0.22"
107107
cfg_aliases = "0.2.1"
108108
cfg-if = "1"
109109
criterion = "0.7"
@@ -176,7 +176,7 @@ ron = "0.10"
176176
# see discussion here (including with some other alternatives): https://github.com/gfx-rs/wgpu/issues/6999
177177
# (using default-features = false to support no-std build, avoiding any extra features that may require std::collections)
178178
rustc-hash = { version = "1.1", default-features = false }
179-
serde_json = "1.0.118"
179+
serde_json = "1.0.143"
180180
serde = { version = "1.0.219", default-features = false }
181181
shell-words = "1"
182182
smallvec = "1.13.1"

0 commit comments

Comments
 (0)