diff --git a/Cargo.lock b/Cargo.lock index 5c925b494..f69c96afd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,7 +324,7 @@ dependencies = [ "log", "nom 8.0.0", "pin-project", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", ] @@ -456,7 +456,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.104", - "thiserror 2.0.12", + "thiserror 2.0.16", ] [[package]] @@ -1370,7 +1370,7 @@ dependencies = [ "tempfile", "testdir", "textwrap", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tokio-io-timeout", "tokio-rustls", @@ -1483,7 +1483,7 @@ dependencies = [ "num-traits", "rand 0.8.5", "serde_json", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "yerpc", ] @@ -2430,7 +2430,7 @@ dependencies = [ "once_cell", "rand 0.9.0", "ring", - "thiserror 2.0.12", + "thiserror 2.0.16", "tinyvec", "tokio", "tracing", @@ -2453,7 +2453,7 @@ dependencies = [ "rand 0.9.0", "resolv-conf", "smallvec", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tracing", ] @@ -2992,7 +2992,7 @@ dependencies = [ "strum 0.26.2", "stun-rs", "surge-ping", - "thiserror 2.0.12", + "thiserror 2.0.16", "time", "tokio", "tokio-stream", @@ -3017,7 +3017,7 @@ dependencies = [ "ed25519-dalek", "rand_core 0.6.4", "serde", - "thiserror 2.0.12", + "thiserror 2.0.16", "url", ] @@ -3059,7 +3059,7 @@ dependencies = [ "rand_core 0.6.4", "serde", "serde-error", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tokio-util", "tracing", @@ -3104,7 +3104,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tracing", "web-time", @@ -3124,7 +3124,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.12", + "thiserror 2.0.16", "tinyvec", "tracing", "web-time", @@ -3179,7 +3179,7 @@ dependencies = [ "sha1", "strum 0.26.2", "stun-rs", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tokio-rustls", "tokio-util", @@ -3610,7 +3610,7 @@ dependencies = [ "log", "netlink-packet-core", "netlink-sys", - "thiserror 2.0.12", + "thiserror 2.0.16", ] [[package]] @@ -4099,7 +4099,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 2.0.12", + "thiserror 2.0.16", "ucd-trie", ] @@ -4271,7 +4271,7 @@ dependencies = [ "serde", "sha1_smol", "simple-dns", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tracing", "url", @@ -4661,7 +4661,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tracing", ] @@ -4680,7 +4680,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.12", + "thiserror 2.0.16", "tinyvec", "tracing", "web-time", @@ -4897,7 +4897,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" dependencies = [ "getrandom 0.2.16", "libredox", - "thiserror 2.0.12", + "thiserror 2.0.16", ] [[package]] @@ -5533,7 +5533,7 @@ dependencies = [ "shadowsocks-crypto", "socket2", "spin 0.10.0", - "thiserror 2.0.12", + "thiserror 2.0.16", "tokio", "tokio-tfo", "trait-variant", @@ -5947,11 +5947,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.12" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" +checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" dependencies = [ - "thiserror-impl 2.0.12", + "thiserror-impl 2.0.16", ] [[package]] @@ -5967,9 +5967,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.12" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" +checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" dependencies = [ "proc-macro2", "quote", @@ -7167,7 +7167,7 @@ dependencies = [ "futures", "log", "serde", - "thiserror 2.0.12", + "thiserror 2.0.16", "windows 0.59.0", "windows-core 0.59.0", ]