chore(deps): update rust crate thiserror to v2.0.19
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
gitleaks / scan (push) Failing after 1s
gitleaks / scan (pull_request) Failing after 1s

This commit is contained in:
Renovate Bot 2026-07-23 06:53:49 +00:00
parent 856a2a4a5c
commit f46ca5c159

26
Cargo.lock generated
View file

@ -1442,7 +1442,7 @@ dependencies = [
"rustc-hash", "rustc-hash",
"rustls", "rustls",
"socket2", "socket2",
"thiserror 2.0.18", "thiserror 2.0.19",
"tokio", "tokio",
"tracing", "tracing",
"web-time", "web-time",
@ -1463,7 +1463,7 @@ dependencies = [
"rustls", "rustls",
"rustls-pki-types", "rustls-pki-types",
"slab", "slab",
"thiserror 2.0.18", "thiserror 2.0.19",
"tinyvec", "tinyvec",
"tracing", "tracing",
"web-time", "web-time",
@ -1920,7 +1920,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"sqlx", "sqlx",
"thiserror 2.0.18", "thiserror 2.0.19",
"tokio", "tokio",
"tracing", "tracing",
"uuid", "uuid",
@ -2012,7 +2012,7 @@ dependencies = [
"serde_json", "serde_json",
"sha2", "sha2",
"smallvec", "smallvec",
"thiserror 2.0.18", "thiserror 2.0.19",
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
@ -2097,7 +2097,7 @@ dependencies = [
"smallvec", "smallvec",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.18", "thiserror 2.0.19",
"tracing", "tracing",
"uuid", "uuid",
"whoami", "whoami",
@ -2136,7 +2136,7 @@ dependencies = [
"smallvec", "smallvec",
"sqlx-core", "sqlx-core",
"stringprep", "stringprep",
"thiserror 2.0.18", "thiserror 2.0.19",
"tracing", "tracing",
"uuid", "uuid",
"whoami", "whoami",
@ -2162,7 +2162,7 @@ dependencies = [
"serde", "serde",
"serde_urlencoded", "serde_urlencoded",
"sqlx-core", "sqlx-core",
"thiserror 2.0.18", "thiserror 2.0.19",
"tracing", "tracing",
"url", "url",
"uuid", "uuid",
@ -2263,11 +2263,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.18" version = "2.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
dependencies = [ dependencies = [
"thiserror-impl 2.0.18", "thiserror-impl 2.0.19",
] ]
[[package]] [[package]]
@ -2283,13 +2283,13 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.18" version = "2.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.117", "syn 3.0.3",
] ]
[[package]] [[package]]