bumped cargo_metadata to v0.18.1 (#3386)

This commit is contained in:
Frank Elsinga
2024-07-28 01:19:26 +02:00
committed by GitHub
parent 4ce181f869
commit e089d2fb55
2 changed files with 4 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ serde_json = "1.0.73"
serde = { version = "1.0.132", features = ["derive"] }
glob = "0.3.0"
openssl = { version = "0.10.38", optional = true }
cargo_metadata = "0.14"
cargo_metadata = "0.18.1"
filetime = "0.2"
backoff = { version = "0.4.0", features = ["futures", "tokio"] }