From afcd62de6b6b8b7af136508208152a813a42b0ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 02:39:29 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2.0.19 --- Cargo.lock | 50 +++++++++++++++++++++++++------------------------- Cargo.toml | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8169350..14b055b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,7 +401,7 @@ dependencies = [ "serde_derive", "serde_json", "serde_urlencoded", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tokio-stream", "tokio-tungstenite", @@ -658,7 +658,7 @@ dependencies = [ "anyhow", "argon2", "getrandom 0.2.17", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "zeroize", ] @@ -745,7 +745,7 @@ dependencies = [ "crypto", "podkit-core", "sqlx", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", "zeroize", ] @@ -1065,7 +1065,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c72b6caa7fa0bcfe02a46292ac9fdc1512a8a6bf52b0a7b14bc5bf5921ca20c" dependencies = [ "miette", - "thiserror 2.0.18", + "thiserror 2.0.19", "toml 1.1.2+spec-1.1.0", ] @@ -1079,7 +1079,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.119", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -2346,7 +2346,7 @@ name = "podkit-core" version = "0.1.0" dependencies = [ "async-trait", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", ] @@ -2471,7 +2471,7 @@ dependencies = [ "rustc-hash 2.1.3", "rustls", "socket2", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tracing", "web-time", @@ -2493,7 +2493,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.18", + "thiserror 2.0.19", "tinyvec", "tracing", "web-time", @@ -2636,7 +2636,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.17", "libredox", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -2750,7 +2750,7 @@ dependencies = [ "reqwest", "tar", "tempfile", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", ] @@ -3105,7 +3105,7 @@ dependencies = [ "podkit-core", "runtime", "serde", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", "tokio", "tower-cookies", @@ -3201,7 +3201,7 @@ checksum = "0d585997b0ac10be3c5ee635f1bab02d512760d14b7c468801ac8a01d9ae5f1d" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", ] @@ -3290,7 +3290,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "smallvec", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", "tokio", "tokio-stream", @@ -3333,7 +3333,7 @@ dependencies = [ "sqlx-postgres", "sqlx-sqlite", "syn 2.0.119", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "url", ] @@ -3360,7 +3360,7 @@ dependencies = [ "sha1 0.11.0", "sha2 0.11.0", "sqlx-core", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", "tracing", ] @@ -3395,7 +3395,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", "tracing", "whoami", @@ -3420,7 +3420,7 @@ dependencies = [ "percent-encoding", "serde", "sqlx-core", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", "tracing", "url", @@ -3573,11 +3573,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.18" +version = "2.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" dependencies = [ - "thiserror-impl 2.0.18", + "thiserror-impl 2.0.19", ] [[package]] @@ -3593,13 +3593,13 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.18" +version = "2.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -3973,7 +3973,7 @@ dependencies = [ "log", "rand 0.9.5", "sha1 0.10.6", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -4090,7 +4090,7 @@ dependencies = [ "rustls-pki-types", "ureq-proto", "utf8-zero", - "webpki-roots 1.0.7", + "webpki-roots", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 10dc374..904341d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rust-version = "1.94" [workspace.dependencies] tokio = { version = "=1.52.0", features = ["full"] } -thiserror = "=2.0.18" +thiserror = "=2.0.19" anyhow = "=1.0.104" tracing = "=0.1.44" better-tracing = { version = "=0.6.0", features = ["env-filter"] }