chore(deps): update rust crate thiserror to v2.0.17 (#261)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-11 09:59:24 +00:00 committed by GitHub
parent bbe55cc269
commit 1f0f40b9c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 14 deletions

28
Cargo.lock generated
View File

@ -931,7 +931,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_repr", "serde_repr",
"serde_urlencoded", "serde_urlencoded",
"thiserror 2.0.16", "thiserror 2.0.17",
"tokio", "tokio",
"tokio-util", "tokio-util",
"tower-service", "tower-service",
@ -3741,7 +3741,7 @@ dependencies = [
"tesseract", "tesseract",
"testcontainers", "testcontainers",
"testcontainers-modules", "testcontainers-modules",
"thiserror 2.0.16", "thiserror 2.0.17",
"tokio", "tokio",
"tokio-test", "tokio-test",
"tokio-util", "tokio-util",
@ -4497,7 +4497,7 @@ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
dependencies = [ dependencies = [
"num-bigint", "num-bigint",
"num-traits", "num-traits",
"thiserror 2.0.16", "thiserror 2.0.17",
"time", "time",
] ]
@ -4607,7 +4607,7 @@ dependencies = [
"serde_json", "serde_json",
"sha2", "sha2",
"smallvec", "smallvec",
"thiserror 2.0.16", "thiserror 2.0.17",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
@ -4692,7 +4692,7 @@ dependencies = [
"smallvec", "smallvec",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.16", "thiserror 2.0.17",
"tracing", "tracing",
"uuid", "uuid",
"whoami", "whoami",
@ -4731,7 +4731,7 @@ dependencies = [
"smallvec", "smallvec",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.16", "thiserror 2.0.17",
"tracing", "tracing",
"uuid", "uuid",
"whoami", "whoami",
@ -4757,7 +4757,7 @@ dependencies = [
"serde", "serde",
"serde_urlencoded", "serde_urlencoded",
"sqlx-core", "sqlx-core",
"thiserror 2.0.16", "thiserror 2.0.17",
"tracing", "tracing",
"url", "url",
"uuid", "uuid",
@ -5006,7 +5006,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"serde_with", "serde_with",
"thiserror 2.0.16", "thiserror 2.0.17",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tokio-tar", "tokio-tar",
@ -5034,11 +5034,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.16" version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
dependencies = [ dependencies = [
"thiserror-impl 2.0.16", "thiserror-impl 2.0.17",
] ]
[[package]] [[package]]
@ -5054,9 +5054,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.16" version = "2.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -5444,7 +5444,7 @@ dependencies = [
"log", "log",
"rand 0.9.1", "rand 0.9.1",
"sha1", "sha1",
"thiserror 2.0.16", "thiserror 2.0.17",
"utf-8", "utf-8",
] ]