1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00

fix(deps): update rust crate cargo_metadata to 0.23

Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
This commit is contained in:
bootc-bot[bot]
2026-01-23 20:12:19 +00:00
committed by John Eckersberg
parent 94d896ae63
commit e499b7700e
2 changed files with 6 additions and 5 deletions

9
Cargo.lock generated
View File

@@ -442,18 +442,19 @@ dependencies = [
[[package]]
name = "cargo-platform"
version = "0.1.9"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
dependencies = [
"serde",
"serde_core",
]
[[package]]
name = "cargo_metadata"
version = "0.19.2"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
dependencies = [
"camino",
"cargo-platform",

View File

@@ -27,7 +27,7 @@ toml = { workspace = true }
xshell = { workspace = true }
# Crate-specific dependencies
cargo_metadata = "0.19"
cargo_metadata = "0.23"
mandown = "1.1.0"
rand = "0.9"
serde_yaml = "0.9"