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

This commit is contained in:
renovate[bot] 2025-08-14 18:59:04 +00:00 committed by GitHub
parent 67ae68745c
commit ecbaff97c5
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

@ -927,7 +927,7 @@ dependencies = [
"serde_json",
"serde_repr",
"serde_urlencoded",
"thiserror 2.0.12",
"thiserror 2.0.14",
"tokio",
"tokio-util",
"tower-service",
@ -3659,7 +3659,7 @@ dependencies = [
"tesseract",
"testcontainers",
"testcontainers-modules",
"thiserror 2.0.12",
"thiserror 2.0.14",
"tokio",
"tokio-test",
"tokio-util",
@ -4409,7 +4409,7 @@ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
dependencies = [
"num-bigint",
"num-traits",
"thiserror 2.0.12",
"thiserror 2.0.14",
"time",
]
@ -4519,7 +4519,7 @@ dependencies = [
"serde_json",
"sha2",
"smallvec",
"thiserror 2.0.12",
"thiserror 2.0.14",
"tokio",
"tokio-stream",
"tracing",
@ -4604,7 +4604,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
"thiserror 2.0.12",
"thiserror 2.0.14",
"tracing",
"uuid",
"whoami",
@ -4643,7 +4643,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
"thiserror 2.0.12",
"thiserror 2.0.14",
"tracing",
"uuid",
"whoami",
@ -4669,7 +4669,7 @@ dependencies = [
"serde",
"serde_urlencoded",
"sqlx-core",
"thiserror 2.0.12",
"thiserror 2.0.14",
"tracing",
"url",
"uuid",
@ -4918,7 +4918,7 @@ dependencies = [
"serde",
"serde_json",
"serde_with",
"thiserror 2.0.12",
"thiserror 2.0.14",
"tokio",
"tokio-stream",
"tokio-tar",
@ -4946,11 +4946,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.12"
version = "2.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
dependencies = [
"thiserror-impl 2.0.12",
"thiserror-impl 2.0.14",
]
[[package]]
@ -4966,9 +4966,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.12"
version = "2.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
dependencies = [
"proc-macro2",
"quote",
@ -5353,7 +5353,7 @@ dependencies = [
"log",
"rand 0.9.1",
"sha1",
"thiserror 2.0.12",
"thiserror 2.0.14",
"utf-8",
]