diff --git a/Cargo.lock b/Cargo.lock index 2b3e7db4..6947bbb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ "slog-bunyan", "slog-json", "slog-term", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-rustls 0.25.0", "tokio-util", @@ -1822,7 +1822,7 @@ dependencies = [ "serde_json", "serde_yaml", "syn 3.0.3", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "typify", "unicode-ident", @@ -1858,7 +1858,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.32", "socket2", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "web-time", @@ -1881,7 +1881,7 @@ dependencies = [ "rustls 0.23.32", "rustls-pki-types", "slab", - "thiserror 2.0.19", + "thiserror 2.0.20", "tinyvec", "tracing", "web-time", @@ -2683,11 +2683,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ - "thiserror-impl 2.0.19", + "thiserror-impl 2.0.20", ] [[package]] @@ -2703,9 +2703,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", @@ -3036,7 +3036,7 @@ dependencies = [ "serde", "serde_json", "syn 2.0.118", - "thiserror 2.0.19", + "thiserror 2.0.20", "unicode-ident", ]