diff --git a/Cargo.lock b/Cargo.lock index f31fa4f6..dc039faa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -768,7 +768,7 @@ dependencies = [ "slog-bunyan", "slog-json", "slog-term", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tokio-rustls 0.25.0", "toml", @@ -815,7 +815,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror 2.0.6", + "thiserror 2.0.7", "tracing", ] @@ -2308,7 +2308,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 2.0.6", + "thiserror 2.0.7", "ucd-trie", ] @@ -2478,7 +2478,7 @@ dependencies = [ "serde", "serde_json", "syn", - "thiserror 2.0.6", + "thiserror 2.0.7", "typify", "unicode-ident", ] @@ -2513,7 +2513,7 @@ dependencies = [ "rustc-hash", "rustls 0.23.19", "socket2", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", ] @@ -2532,7 +2532,7 @@ dependencies = [ "rustls 0.23.19", "rustls-pki-types", "slab", - "thiserror 2.0.6", + "thiserror 2.0.7", "tinyvec", "tracing", "web-time", @@ -2893,7 +2893,7 @@ dependencies = [ "slog", "slog-async", "tap", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "toml", "trace-request", @@ -2942,7 +2942,7 @@ dependencies = [ "rfd-model", "schemars", "serde", - "thiserror 2.0.6", + "thiserror 2.0.7", ] [[package]] @@ -2957,7 +2957,7 @@ dependencies = [ "regex", "rfd-data", "rfd-model", - "thiserror 2.0.6", + "thiserror 2.0.7", "tracing", ] @@ -2986,7 +2986,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", "uuid", @@ -3025,7 +3025,7 @@ dependencies = [ "rsa", "serde", "tap", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tracing", "tracing-appender", @@ -3865,11 +3865,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ - "thiserror-impl 2.0.6", + "thiserror-impl 2.0.7", ] [[package]] @@ -3885,9 +3885,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", @@ -4240,7 +4240,7 @@ dependencies = [ "serde", "serde_json", "syn", - "thiserror 2.0.6", + "thiserror 2.0.7", "unicode-ident", ] @@ -4382,7 +4382,7 @@ dependencies = [ "serde_urlencoded", "sha2", "tap", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "toml", "tracing", @@ -4428,7 +4428,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "thiserror 2.0.6", + "thiserror 2.0.7", "tracing", "uuid", ]