diff --git a/Cargo.lock b/Cargo.lock index 0799869..06b7654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1364,7 +1364,7 @@ dependencies = [ "rustls-pki-types", "serde", "serde_json", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tokio-rustls", "tokio-stream", @@ -1390,7 +1390,7 @@ dependencies = [ "serde", "serde_json", "sonic-rs", - "thiserror 2.0.11", + "thiserror 2.0.12", "tokio", "tracing", "tracing-actix-web", @@ -2253,7 +2253,7 @@ dependencies = [ "simdutf8", "sonic-number", "sonic-simd", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] @@ -2328,11 +2328,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.11", + "thiserror-impl 2.0.12", ] [[package]] @@ -2348,9 +2348,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b0bbad6..21715c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ tracing-actix-web = "0.7.16" ## error handling eyre = "0.6.12" -thiserror = "2.0.11" +thiserror = "2.0.12" ## config confik = "0.12.0"