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"] }