chore(cargo): bump thiserror from 2.0.16 to 2.0.17

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

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.17
  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-10-01 21:08:39 +00:00
committed by iequidoo
parent 24ddbdd251
commit 33a127187b

50
Cargo.lock generated
View File

@@ -324,7 +324,7 @@ dependencies = [
"log",
"nom 8.0.0",
"pin-project",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tokio",
]
@@ -456,7 +456,7 @@ dependencies = [
"proc-macro2",
"quote",
"syn 2.0.106",
"thiserror 2.0.16",
"thiserror 2.0.17",
]
[[package]]
@@ -1370,7 +1370,7 @@ dependencies = [
"tempfile",
"testdir",
"textwrap",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tokio",
"tokio-io-timeout",
"tokio-rustls",
@@ -1483,7 +1483,7 @@ dependencies = [
"num-traits",
"rand 0.8.5",
"serde_json",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tokio",
"yerpc",
]
@@ -2430,7 +2430,7 @@ dependencies = [
"once_cell",
"rand 0.9.0",
"ring",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tinyvec",
"tokio",
"tracing",
@@ -2453,7 +2453,7 @@ dependencies = [
"rand 0.9.0",
"resolv-conf",
"smallvec",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tokio",
"tracing",
]
@@ -2992,7 +2992,7 @@ dependencies = [
"strum 0.26.2",
"stun-rs",
"surge-ping",
"thiserror 2.0.16",
"thiserror 2.0.17",
"time",
"tokio",
"tokio-stream",
@@ -3017,7 +3017,7 @@ dependencies = [
"ed25519-dalek",
"rand_core 0.6.4",
"serde",
"thiserror 2.0.16",
"thiserror 2.0.17",
"url",
]
@@ -3059,7 +3059,7 @@ dependencies = [
"rand_core 0.6.4",
"serde",
"serde-error",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tokio",
"tokio-util",
"tracing",
@@ -3104,7 +3104,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tokio",
"tracing",
"web-time",
@@ -3124,7 +3124,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tinyvec",
"tracing",
"web-time",
@@ -3179,7 +3179,7 @@ dependencies = [
"sha1",
"strum 0.26.2",
"stun-rs",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tokio",
"tokio-rustls",
"tokio-util",
@@ -3610,7 +3610,7 @@ dependencies = [
"log",
"netlink-packet-core",
"netlink-sys",
"thiserror 2.0.16",
"thiserror 2.0.17",
]
[[package]]
@@ -4083,7 +4083,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
dependencies = [
"memchr",
"thiserror 2.0.16",
"thiserror 2.0.17",
"ucd-trie",
]
@@ -4256,7 +4256,7 @@ dependencies = [
"serde",
"sha1_smol",
"simple-dns",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tokio",
"tracing",
"url",
@@ -4646,7 +4646,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tokio",
"tracing",
]
@@ -4665,7 +4665,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tinyvec",
"tracing",
"web-time",
@@ -4882,7 +4882,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
dependencies = [
"getrandom 0.2.16",
"libredox",
"thiserror 2.0.16",
"thiserror 2.0.17",
]
[[package]]
@@ -5547,7 +5547,7 @@ dependencies = [
"shadowsocks-crypto",
"socket2",
"spin 0.10.0",
"thiserror 2.0.16",
"thiserror 2.0.17",
"tokio",
"tokio-tfo",
"trait-variant",
@@ -5970,11 +5970,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.16"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
dependencies = [
"thiserror-impl 2.0.16",
"thiserror-impl 2.0.17",
]
[[package]]
@@ -5990,9 +5990,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.16"
version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
dependencies = [
"proc-macro2",
"quote",
@@ -7190,7 +7190,7 @@ dependencies = [
"futures",
"log",
"serde",
"thiserror 2.0.16",
"thiserror 2.0.17",
"windows 0.59.0",
"windows-core 0.59.0",
]