diff --git a/Cargo.lock b/Cargo.lock index 1921c10257..d3fd86f051 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1299,7 +1299,7 @@ dependencies = [ "tar", "tempfile", "termcolor", - "thiserror 1.0.68", + "thiserror 2.0.11", "tokio", "toml 0.8.19", "url", @@ -1325,7 +1325,7 @@ dependencies = [ "nix", "prost", "semver", - "thiserror 1.0.68", + "thiserror 2.0.11", "winapi", ] @@ -1343,7 +1343,7 @@ dependencies = [ "log 0.4.22", "prost", "serde", - "thiserror 1.0.68", + "thiserror 2.0.11", ] [[package]] @@ -1485,7 +1485,7 @@ dependencies = [ "serde_yaml", "tempfile", "termcolor", - "thiserror 1.0.68", + "thiserror 2.0.11", "tokio", "toml 0.8.19", "url", @@ -1534,7 +1534,7 @@ dependencies = [ "tabwriter", "tar", "tempfile", - "thiserror 1.0.68", + "thiserror 2.0.11", "tokio", "tokio-rustls", "toml 0.8.19", @@ -1586,7 +1586,7 @@ dependencies = [ "serde_json", "tempfile", "termcolor", - "thiserror 1.0.68", + "thiserror 2.0.11", "tokio", "url", ] @@ -1666,7 +1666,7 @@ dependencies = [ "structopt", "tempfile", "termcolor", - "thiserror 1.0.68", + "thiserror 2.0.11", "tokio", "tokio-rustls", "tokio-util", @@ -3587,9 +3587,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "indexmap", "itoa",