diff --git a/Cargo.lock b/Cargo.lock index d4ae9c9f..d9e83f54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,7 +816,7 @@ dependencies = [ "serde_json", "serdect 0.3.0", "snow", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "xeddsa", ] @@ -1127,7 +1127,7 @@ dependencies = [ "reqwest", "serde_json", "snow", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "xeddsa", ] @@ -1438,7 +1438,7 @@ dependencies = [ "serdect 0.3.0", "snow", "tempfile", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "tower-http", "tracing", @@ -2912,7 +2912,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "tracing", ] @@ -2931,7 +2931,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.9", + "thiserror 2.0.11", "tinyvec", "tracing", "web-time", @@ -3896,11 +3896,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.11", ] [[package]] @@ -3916,9 +3916,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", @@ -4248,7 +4248,7 @@ dependencies = [ "rand", "reddsa 0.5.1 (git+https://github.com/ZcashFoundation/reddsa.git?rev=ed49e9ca0699a6450f6d4a9fe62ff168f5ea1ead)", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.11", ] [[package]] diff --git a/frostd/Cargo.toml b/frostd/Cargo.toml index 8b11d39b..8b388260 100644 --- a/frostd/Cargo.toml +++ b/frostd/Cargo.toml @@ -32,7 +32,7 @@ uuid = { version = "1.11.0", features = ["v4", "fast-rng", "serde"] } xeddsa = "1.0.2" futures-util = "0.3.31" futures = "0.3.31" -thiserror = "2.0.9" +thiserror = "2.0.11" # ring is enabled due to the following issue: # - we enable rustls for reqwest because it's required to workaround an issue # when adding root certificates (see test_http), and that imports rustls