aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-11 16:54:07 +0000
committerGitHub <noreply@github.com>2025-10-11 16:54:07 +0000
commit985e5e3cadabb8e6af0aaa1df529c0eb2e1e2ba3 (patch)
treea6c394ca2874a8cb5cd693cc7ca2e8f4b248bec2 /Cargo.lock
parent257351872f328a4363f5511f6cc2ee57968400e0 (diff)
downloadwarden-985e5e3cadabb8e6af0aaa1df529c0eb2e1e2ba3.tar.bz2
warden-985e5e3cadabb8e6af0aaa1df529c0eb2e1e2ba3.zip
chore(deps): update rust crate thiserror to v2.0.17 (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock32
1 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c914080..6df6a2d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1534,7 +1534,7 @@ dependencies = [
"metrics",
"metrics-util",
"quanta",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
]
[[package]]
@@ -1749,7 +1749,7 @@ dependencies = [
"futures-sink",
"js-sys",
"pin-project-lite",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
"tracing",
]
@@ -1777,7 +1777,7 @@ dependencies = [
"opentelemetry-proto",
"opentelemetry_sdk",
"prost 0.13.5",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
"tokio",
"tonic 0.13.1",
]
@@ -1812,7 +1812,7 @@ dependencies = [
"opentelemetry",
"percent-encoding",
"rand 0.9.2",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
"tokio",
"tokio-stream",
]
@@ -2126,7 +2126,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2 0.5.10",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
"tokio",
"tracing",
"web-time",
@@ -2147,7 +2147,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
"tinyvec",
"tracing",
"web-time",
@@ -2910,7 +2910,7 @@ dependencies = [
"serde_json",
"sha2",
"smallvec",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
"time",
"tokio",
"tokio-stream",
@@ -2996,7 +2996,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
"time",
"tracing",
"uuid",
@@ -3037,7 +3037,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
"time",
"tracing",
"uuid",
@@ -3063,7 +3063,7 @@ dependencies = [
"serde",
"serde_urlencoded",
"sqlx-core",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
"time",
"tracing",
"url",
@@ -3160,11 +3160,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]]
@@ -3180,9 +3180,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",
@@ -4073,7 +4073,7 @@ dependencies = [
"serde",
"serde_json",
"sqlx",
- "thiserror 2.0.16",
+ "thiserror 2.0.17",
"tokio",
"tonic 0.14.2",
"tracing",