diff --git a/code/Cargo.lock b/code/Cargo.lock index 79f8a89e2..84b949e0e 100644 --- a/code/Cargo.lock +++ b/code/Cargo.lock @@ -2149,7 +2149,7 @@ dependencies = [ "informalsystems-malachitebft-peer", "informalsystems-malachitebft-test", "multiaddr", - "thiserror 2.0.9", + "thiserror 2.0.11", "tracing", ] @@ -2162,7 +2162,7 @@ dependencies = [ "informalsystems-malachitebft-core-types", "informalsystems-malachitebft-core-votekeeper", "informalsystems-malachitebft-test", - "thiserror 2.0.9", + "thiserror 2.0.11", ] [[package]] @@ -2181,7 +2181,7 @@ version = "0.0.1" dependencies = [ "bytes", "derive-where", - "thiserror 2.0.9", + "thiserror 2.0.11", ] [[package]] @@ -2191,7 +2191,7 @@ dependencies = [ "derive-where", "informalsystems-malachitebft-core-types", "informalsystems-malachitebft-test", - "thiserror 2.0.9", + "thiserror 2.0.11", ] [[package]] @@ -2266,7 +2266,7 @@ dependencies = [ "redb", "serde_json", "sha3", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "tracing", ] @@ -2307,7 +2307,7 @@ dependencies = [ "multihash", "rand", "serde", - "thiserror 2.0.9", + "thiserror 2.0.11", ] [[package]] @@ -2316,7 +2316,7 @@ version = "0.0.1" dependencies = [ "prost", "prost-types", - "thiserror 2.0.9", + "thiserror 2.0.11", ] [[package]] @@ -2378,7 +2378,7 @@ dependencies = [ "serde_json", "sha3", "tempfile", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "tracing", ] @@ -2443,7 +2443,7 @@ dependencies = [ "libp2p", "rand", "serde", - "thiserror 2.0.9", + "thiserror 2.0.11", "tracing", ] @@ -2492,7 +2492,7 @@ dependencies = [ "itertools 0.13.0", "rand", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "toml", "tracing", @@ -3941,7 +3941,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "tracing", ] @@ -3960,7 +3960,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.9", + "thiserror 2.0.11", "tinyvec", "tracing", "web-time", @@ -4852,11 +4852,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]] @@ -4872,9 +4872,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",