From e4153767e07a15de447dd2cf9efeaeba969693da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:46:10 +0200 Subject: [PATCH] core: bump thiserror from 2.0.18 to 2.0.19 (#24281) Signed-off-by: dependabot[bot] --- Cargo.lock | 38 +++++++++++++++++++------------------- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71866fb403..84d12b94af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,7 +257,7 @@ dependencies = [ "serde_json", "sqlx", "tempfile", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", "tokio", "tokio-retry2", @@ -995,7 +995,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10f06c73c39c1530f8356f1da74713d41cfada2c59a042cfcb675ba33de396da" dependencies = [ - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -2072,7 +2072,7 @@ dependencies = [ "metrics", "metrics-util", "quanta", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] @@ -2683,7 +2683,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tracing", "web-time", @@ -2705,7 +2705,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.18", + "thiserror 2.0.19", "tinyvec", "tracing", "web-time", @@ -2914,7 +2914,7 @@ dependencies = [ "http", "reqwest", "serde", - "thiserror 2.0.18", + "thiserror 2.0.19", "tower-service", ] @@ -3228,7 +3228,7 @@ dependencies = [ "rand 0.9.4", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror 2.0.19", "time", "url", "uuid", @@ -3484,7 +3484,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "smallvec", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "tokio-stream", "tracing", @@ -3527,7 +3527,7 @@ dependencies = [ "sqlx-postgres", "sqlx-sqlite", "syn 2.0.117", - "thiserror 2.0.18", + "thiserror 2.0.19", "tokio", "url", ] @@ -3555,7 +3555,7 @@ dependencies = [ "sha1 0.11.0", "sha2 0.11.0", "sqlx-core", - "thiserror 2.0.18", + "thiserror 2.0.19", "tracing", "uuid", ] @@ -3592,7 +3592,7 @@ dependencies = [ "smallvec", "sqlx-core", "stringprep", - "thiserror 2.0.18", + "thiserror 2.0.19", "tracing", "uuid", "whoami", @@ -3618,7 +3618,7 @@ dependencies = [ "percent-encoding", "serde", "sqlx-core", - "thiserror 2.0.18", + "thiserror 2.0.19", "tracing", "url", "uuid", @@ -3746,11 +3746,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]] @@ -3766,13 +3766,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.117", + "syn 3.0.3", ] [[package]] @@ -4141,7 +4141,7 @@ dependencies = [ "log", "rand 0.9.4", "sha1 0.10.6", - "thiserror 2.0.18", + "thiserror 2.0.19", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 65ad05daa6..c0e9103474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ sqlx = { version = "= 0.9.0", default-features = false, features = [ "json", ] } tempfile = "= 3.27.0" -thiserror = "= 2.0.18" +thiserror = "= 2.0.19" time = { version = "= 0.3.53", features = ["macros"] } tokio = { version = "= 1.52.4", features = ["full", "tracing"] } tokio-retry2 = "= 0.9.1"