fix(deps): update rust crate thiserror to v2.0.15

This commit is contained in:
renovate[bot]
2025-08-17 05:52:43 +00:00
committed by GitHub
parent 47eb541d26
commit 485efaf6fc

34
Cargo.lock generated
View File

@@ -800,7 +800,7 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
dependencies = [
"thiserror 2.0.14",
"thiserror 2.0.15",
]
[[package]]
@@ -1403,7 +1403,7 @@ dependencies = [
"ring",
"rustls",
"serde",
"thiserror 2.0.14",
"thiserror 2.0.15",
"tinyvec",
"tokio",
"tokio-rustls",
@@ -1431,7 +1431,7 @@ dependencies = [
"rustls",
"serde",
"smallvec",
"thiserror 2.0.14",
"thiserror 2.0.15",
"tokio",
"tokio-rustls",
"tracing",
@@ -2449,7 +2449,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323"
dependencies = [
"memchr",
"thiserror 2.0.14",
"thiserror 2.0.15",
"ucd-trie",
]
@@ -2668,7 +2668,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2 0.5.10",
"thiserror 2.0.14",
"thiserror 2.0.15",
"tokio",
"tracing",
"web-time",
@@ -2689,7 +2689,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.14",
"thiserror 2.0.15",
"tinyvec",
"tracing",
"web-time",
@@ -2806,7 +2806,7 @@ checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
dependencies = [
"getrandom 0.2.16",
"libredox",
"thiserror 2.0.14",
"thiserror 2.0.15",
]
[[package]]
@@ -3320,7 +3320,7 @@ dependencies = [
"shadowsocks-crypto",
"socket2 0.6.0",
"spin",
"thiserror 2.0.14",
"thiserror 2.0.15",
"tokio",
"tokio-tfo",
"trait-variant",
@@ -3387,7 +3387,7 @@ dependencies = [
"snmalloc-rs",
"sysexits",
"tcmalloc",
"thiserror 2.0.14",
"thiserror 2.0.15",
"time",
"tokio",
"tracing",
@@ -3436,7 +3436,7 @@ dependencies = [
"smoltcp",
"socket2 0.6.0",
"spin",
"thiserror 2.0.14",
"thiserror 2.0.15",
"tokio",
"tokio-native-tls",
"tokio-rustls",
@@ -3727,11 +3727,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.14"
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
checksum = "80d76d3f064b981389ecb4b6b7f45a0bf9fdac1d5b9204c7bd6714fecc302850"
dependencies = [
"thiserror-impl 2.0.14",
"thiserror-impl 2.0.15",
]
[[package]]
@@ -3747,9 +3747,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.14"
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
checksum = "44d29feb33e986b6ea906bd9c3559a856983f92371b3eaa5e83782a351623de0"
dependencies = [
"proc-macro2",
"quote",
@@ -4053,7 +4053,7 @@ dependencies = [
"libc",
"log",
"nix",
"thiserror 2.0.14",
"thiserror 2.0.15",
"tokio",
"tokio-util",
"windows-sys 0.60.2",
@@ -4737,7 +4737,7 @@ dependencies = [
"futures",
"libloading",
"log",
"thiserror 2.0.14",
"thiserror 2.0.15",
"windows-sys 0.60.2",
"winreg 0.55.0",
]