Skip to content

Commit 4a047d3

Browse files
fix(deps): update rust crate cargo_metadata to 0.19
1 parent 5d1e23e commit 4a047d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/packager/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tracing-subscriber = { version = "0.3", optional = true, features = [
6060
"env-filter",
6161
] }
6262
toml = "0.8"
63-
cargo_metadata = "0.18"
63+
cargo_metadata = "0.19"
6464
ureq = { version = "2.10", default-features = false }
6565
hex = "0.4"
6666
sha1 = "0.10"

0 commit comments

Comments
 (0)