chore(cargo): bump thiserror from 2.0.11 to 2.0.12

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.11 to 2.0.12.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.11...2.0.12)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-02 01:56:07 +00:00
committed by l
parent 1cc03ca264
commit 92620d9c82

54
Cargo.lock generated
View File

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