diff --git a/Cargo.lock b/Cargo.lock index a0b2bcac..350d4740 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -800,7 +800,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" dependencies = [ - "thiserror 2.0.15", + "thiserror 2.0.16", ] [[package]] @@ -1403,7 +1403,7 @@ dependencies = [ "ring", "rustls", "serde", - "thiserror 2.0.15", + "thiserror 2.0.16", "tinyvec", "tokio", "tokio-rustls", @@ -1431,7 +1431,7 @@ dependencies = [ "rustls", "serde", "smallvec", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "tokio-rustls", "tracing", @@ -2451,7 +2451,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ "memchr", - "thiserror 2.0.15", + "thiserror 2.0.16", "ucd-trie", ] @@ -2670,7 +2670,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2 0.5.10", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "tracing", "web-time", @@ -2691,7 +2691,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.15", + "thiserror 2.0.16", "tinyvec", "tracing", "web-time", @@ -2808,7 +2808,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.15", + "thiserror 2.0.16", ] [[package]] @@ -3322,7 +3322,7 @@ dependencies = [ "shadowsocks-crypto", "socket2 0.6.0", "spin", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "tokio-tfo", "trait-variant", @@ -3389,7 +3389,7 @@ dependencies = [ "snmalloc-rs", "sysexits", "tcmalloc", - "thiserror 2.0.15", + "thiserror 2.0.16", "time", "tokio", "tracing", @@ -3438,7 +3438,7 @@ dependencies = [ "smoltcp", "socket2 0.6.0", "spin", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "tokio-native-tls", "tokio-rustls", @@ -3729,11 +3729,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.15", + "thiserror-impl 2.0.16", ] [[package]] @@ -3749,9 +3749,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.15" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", @@ -4055,7 +4055,7 @@ dependencies = [ "libc", "log", "nix", - "thiserror 2.0.15", + "thiserror 2.0.16", "tokio", "tokio-util", "windows-sys 0.60.2", @@ -4739,7 +4739,7 @@ dependencies = [ "futures", "libloading", "log", - "thiserror 2.0.15", + "thiserror 2.0.16", "windows-sys 0.60.2", "winreg 0.55.0", ]