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