diff --git a/Cargo.lock b/Cargo.lock index 87c3851dd..63b2342fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1343,7 +1343,7 @@ dependencies = [ "tempfile", "testdir", "textwrap", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-io-timeout", "tokio-rustls", @@ -1458,7 +1458,7 @@ dependencies = [ "once_cell", "rand 0.8.5", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "yerpc", ] @@ -2373,7 +2373,7 @@ dependencies = [ "ipnet", "once_cell", "rand 0.9.0", - "thiserror 2.0.11", + "thiserror 2.0.12", "tinyvec", "tokio", "tracing", @@ -2396,7 +2396,7 @@ dependencies = [ "rand 0.9.0", "resolv-conf", "smallvec", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -2928,7 +2928,7 @@ dependencies = [ "smallvec", "strum 0.26.2", "stun-rs", - "thiserror 2.0.11", + "thiserror 2.0.12", "time", "tokio", "tokio-stream", @@ -2954,7 +2954,7 @@ dependencies = [ "getrandom 0.2.12", "rand_core 0.6.4", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "url", ] @@ -2996,7 +2996,7 @@ dependencies = [ "rand_core 0.6.4", "serde", "serde-error", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-util", "tracing", @@ -3011,7 +3011,7 @@ dependencies = [ "erased_set", "serde", "struct_iterable", - "thiserror 2.0.11", + "thiserror 2.0.12", "tracing", ] @@ -3037,7 +3037,7 @@ dependencies = [ "reqwest", "rustls", "surge-ping", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-util", "tracing", @@ -3058,7 +3058,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", "web-time", @@ -3079,7 +3079,7 @@ dependencies = [ "rustls-pki-types", "rustls-platform-verifier", "slab", - "thiserror 2.0.11", + "thiserror 2.0.12", "tinyvec", "tracing", "web-time", @@ -3132,7 +3132,7 @@ dependencies = [ "serde", "strum 0.26.2", "stun-rs", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-rustls", "tokio-tungstenite-wasm", @@ -3589,7 +3589,7 @@ dependencies = [ "log", "netlink-packet-core", "netlink-sys", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] @@ -3629,7 +3629,7 @@ dependencies = [ "rtnetlink 0.14.1", "serde", "socket2", - "thiserror 2.0.11", + "thiserror 2.0.12", "time", "tokio", "tokio-util", @@ -4063,7 +4063,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 2.0.11", + "thiserror 2.0.12", "ucd-trie", ] @@ -4161,7 +4161,7 @@ dependencies = [ "sha3", "signature", "smallvec", - "thiserror 2.0.11", + "thiserror 2.0.12", "twofish", "x25519-dalek", "zeroize", @@ -4383,7 +4383,7 @@ dependencies = [ "serde", "smallvec", "socket2", - "thiserror 2.0.11", + "thiserror 2.0.12", "time", "tokio", "tokio-util", @@ -4595,7 +4595,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", ] @@ -4614,7 +4614,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.11", + "thiserror 2.0.12", "tinyvec", "tracing", "web-time", @@ -4801,7 +4801,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" dependencies = [ "getrandom 0.2.12", "libredox", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] @@ -5514,7 +5514,7 @@ dependencies = [ "shadowsocks-crypto", "socket2", "spin", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-tfo", "trait-variant", @@ -5919,11 +5919,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.11", + "thiserror-impl 2.0.12", ] [[package]] @@ -5939,9 +5939,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", @@ -7198,7 +7198,7 @@ dependencies = [ "futures", "log", "serde", - "thiserror 2.0.11", + "thiserror 2.0.12", "windows 0.59.0", "windows-core 0.59.0", ]