diff --git a/Cargo.lock b/Cargo.lock index e53ccc9f7a1f..6600c5a9b974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,7 +751,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3983b127f13995e68c1e29071e5d115cd96f215ccb5e6812e3728cd6f92653b3" dependencies = [ - "thiserror 2.0.10", + "thiserror 2.0.11", ] [[package]] @@ -1371,7 +1371,7 @@ dependencies = [ "rustls", "rustls-native-certs", "serde", - "thiserror 2.0.10", + "thiserror 2.0.11", "tinyvec", "tokio", "tokio-native-tls", @@ -1401,7 +1401,7 @@ dependencies = [ "rustls-native-certs", "serde", "smallvec", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tokio-native-tls", "tokio-rustls", @@ -2376,7 +2376,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 2.0.10", + "thiserror 2.0.11", "ucd-trie", ] @@ -2583,7 +2583,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tracing", ] @@ -2602,7 +2602,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.10", + "thiserror 2.0.11", "tinyvec", "tracing", "web-time", @@ -3212,7 +3212,7 @@ dependencies = [ "shadowsocks-crypto", "socket2", "spin", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tokio-tfo", "trait-variant", @@ -3280,7 +3280,7 @@ dependencies = [ "snmalloc-rs", "sysexits", "tcmalloc", - "thiserror 2.0.10", + "thiserror 2.0.11", "time", "tokio", "tracing", @@ -3330,7 +3330,7 @@ dependencies = [ "smoltcp", "socket2", "spin", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tokio-native-tls", "tokio-rustls", @@ -3708,11 +3708,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.10", + "thiserror-impl 2.0.11", ] [[package]] @@ -3728,9 +3728,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", @@ -4015,7 +4015,7 @@ dependencies = [ "libc", "log", "nix", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "tokio-util", "windows-sys 0.59.0", @@ -4612,7 +4612,7 @@ dependencies = [ "futures", "libloading", "log", - "thiserror 2.0.10", + "thiserror 2.0.11", "windows-sys 0.59.0", "winreg2", ]