From 7e8c018c69d5b3ed717860aa28db82afcfdcd2ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:19:46 +0000 Subject: [PATCH] Bump thiserror from 2.0.4 to 2.0.7 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.4 to 2.0.7. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.4...2.0.7) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 226f5dd..ac53a9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1851,7 +1851,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.4", + "thiserror 2.0.7", "tokio", "tracing", ] @@ -1870,7 +1870,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.4", + "thiserror 2.0.7", "tinyvec", "tracing", "web-time", @@ -2534,11 +2534,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.4" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ - "thiserror-impl 2.0.4", + "thiserror-impl 2.0.7", ] [[package]] @@ -2554,9 +2554,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.4" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", @@ -3353,7 +3353,7 @@ dependencies = [ "sentry-tracing", "serde", "serde_json", - "thiserror 2.0.4", + "thiserror 2.0.7", "tokio", "tonic", "tonic-build", diff --git a/Cargo.toml b/Cargo.toml index 9495d7d..0b11a87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tonic-health = "0.12" reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0", features = ["derive"] } uuid = { version = "1.11", features = ["v4", "serde"] } -thiserror = "2.0.4" +thiserror = "2.0.7" regex = "1.11" base64 = "0.22" image = { version = "0.25", default-features = false, features = ["png"] }