diff --git a/Cargo.lock b/Cargo.lock index beefd2bd92a..10aab0949d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,16 +405,16 @@ dependencies = [ [[package]] name = "cargo_metadata" -version = "0.19.0" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afc309ed89476c8957c50fb818f56fe894db857866c3e163335faa91dc34eb85" +checksum = "8769706aad5d996120af43197bf46ef6ad0fda35216b4505f926a365a232d924" dependencies = [ "camino", "cargo-platform", "semver", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.3", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b36df0ae77e..5c4d92d522c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ bstr = { version = "1.11.0", default-features = false, features = ["std"] } bytes = "1.9.0" camino = "1.1.9" camino-tempfile = "1.1.1" -cargo_metadata = "0.19.0" +cargo_metadata = "0.19.1" # We specify default-no-update here because if users just run: # # cargo build --no-default-features --features default-no-update