diff --git a/Cargo.lock b/Cargo.lock index 04becbad5260..26d9205e1869 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.5", + "thiserror 2.0.6", ] [[package]] @@ -1348,7 +1348,7 @@ dependencies = [ "rustls", "rustls-native-certs", "serde", - "thiserror 2.0.5", + "thiserror 2.0.6", "tinyvec", "tokio", "tokio-native-tls", @@ -1378,7 +1378,7 @@ dependencies = [ "rustls-native-certs", "serde", "smallvec", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", "tokio-native-tls", "tokio-rustls", @@ -2559,7 +2559,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", "tracing", ] @@ -2578,7 +2578,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.5", + "thiserror 2.0.6", "tinyvec", "tracing", "web-time", @@ -3175,7 +3175,7 @@ dependencies = [ "shadowsocks-crypto", "socket2", "spin", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", "tokio-tfo", "trait-variant", @@ -3243,7 +3243,7 @@ dependencies = [ "snmalloc-rs", "sysexits", "tcmalloc", - "thiserror 2.0.5", + "thiserror 2.0.6", "time", "tokio", "tracing", @@ -3293,7 +3293,7 @@ dependencies = [ "smoltcp", "socket2", "spin", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", "tokio-native-tls", "tokio-rustls", @@ -3593,11 +3593,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.5" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643caef17e3128658ff44d85923ef2d28af81bb71e0d67bbfe1d76f19a73e053" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ - "thiserror-impl 2.0.5", + "thiserror-impl 2.0.6", ] [[package]] @@ -3613,9 +3613,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.5" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "995d0bbc9995d1f19d28b7215a9352b0fc3cd3a2d2ec95c2cadc485cdedbcdde" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", @@ -3885,7 +3885,7 @@ dependencies = [ "libc", "log", "nix", - "thiserror 2.0.5", + "thiserror 2.0.6", "tokio", "tokio-util", "windows-sys 0.59.0", @@ -4386,7 +4386,7 @@ dependencies = [ "futures", "libloading", "log", - "thiserror 2.0.5", + "thiserror 2.0.6", "windows-sys 0.59.0", ]