chore(deps): update rust crate thiserror to v2.0.18

This commit is contained in:
renovate[bot]
2026-01-18 18:12:21 +00:00
committed by GitHub
parent dc5ea4b39d
commit 8e82925c19

38
Cargo.lock generated
View File

@@ -382,7 +382,7 @@ dependencies = [
"serde",
"serde_bytes",
"simdutf8",
"thiserror 2.0.17",
"thiserror 2.0.18",
"time",
"uuid",
]
@@ -784,7 +784,7 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
dependencies = [
"thiserror 2.0.17",
"thiserror 2.0.18",
]
[[package]]
@@ -1345,7 +1345,7 @@ dependencies = [
"ring",
"rustls",
"serde",
"thiserror 2.0.17",
"thiserror 2.0.18",
"tinyvec",
"tokio",
"tokio-rustls",
@@ -1373,7 +1373,7 @@ dependencies = [
"rustls",
"serde",
"smallvec",
"thiserror 2.0.17",
"thiserror 2.0.18",
"tokio",
"tokio-rustls",
"tracing",
@@ -1989,7 +1989,7 @@ dependencies = [
"serde-value",
"serde_json",
"serde_yaml",
"thiserror 2.0.17",
"thiserror 2.0.18",
"thread-id",
"typemap-ors",
"unicode-segmentation",
@@ -2516,7 +2516,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2 0.6.1",
"thiserror 2.0.17",
"thiserror 2.0.18",
"tokio",
"tracing",
"web-time",
@@ -2538,7 +2538,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.17",
"thiserror 2.0.18",
"tinyvec",
"tracing",
"web-time",
@@ -2634,7 +2634,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
dependencies = [
"getrandom 0.2.16",
"libredox",
"thiserror 2.0.17",
"thiserror 2.0.18",
]
[[package]]
@@ -3124,7 +3124,7 @@ dependencies = [
"shadowsocks-crypto",
"socket2 0.6.1",
"spin",
"thiserror 2.0.17",
"thiserror 2.0.18",
"tokio",
"tokio-tfo",
"trait-variant",
@@ -3191,7 +3191,7 @@ dependencies = [
"sysexits",
"syslog-tracing",
"tcmalloc",
"thiserror 2.0.17",
"thiserror 2.0.18",
"time",
"tokio",
"tracing",
@@ -3243,7 +3243,7 @@ dependencies = [
"smoltcp",
"socket2 0.6.1",
"spin",
"thiserror 2.0.17",
"thiserror 2.0.18",
"tokio",
"tokio-native-tls",
"tokio-rustls",
@@ -3544,11 +3544,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.17"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
"thiserror-impl 2.0.17",
"thiserror-impl 2.0.18",
]
[[package]]
@@ -3564,9 +3564,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.17"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
"proc-macro2",
"quote",
@@ -3792,7 +3792,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf"
dependencies = [
"crossbeam-channel",
"thiserror 2.0.17",
"thiserror 2.0.18",
"time",
"tracing-subscriber",
]
@@ -3879,7 +3879,7 @@ dependencies = [
"libc",
"log",
"nix",
"thiserror 2.0.17",
"thiserror 2.0.18",
"tokio",
"tokio-util",
"windows-sys 0.61.2",
@@ -4596,7 +4596,7 @@ dependencies = [
"futures",
"libloading 0.9.0",
"log",
"thiserror 2.0.17",
"thiserror 2.0.18",
"windows-sys 0.61.2",
"winreg 0.55.0",
]