diff --git a/Cargo.lock b/Cargo.lock index ea0e00b63..edd377708 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3495,18 +3495,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" +checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.24" +version = "1.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" +checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 0411d22b2..5dcc56faf 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1", features = ["serde_derive"] } futures = "0.3.15" futures-util = "0.3.6" metrics = "0.13.0-alpha.8" -thiserror = "1.0.24" +thiserror = "1.0.25" tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing"] } tower = { version = "0.4", features = ["timeout", "util", "buffer"] } tracing = "0.1.26" diff --git a/zebra-script/Cargo.toml b/zebra-script/Cargo.toml index 2ded7c316..bbb6f13ef 100644 --- a/zebra-script/Cargo.toml +++ b/zebra-script/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" [dependencies] zcash_script = "0.1.6-alpha.0" zebra-chain = { path = "../zebra-chain" } -thiserror = "1.0.24" +thiserror = "1.0.25" displaydoc = "0.2.1" [dev-dependencies] diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 25f257f8b..477b560c1 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -20,7 +20,7 @@ futures = "0.3.15" metrics = "0.13.0-alpha.8" tower = { version = "0.4", features = ["buffer", "util"] } tracing = "0.1" -thiserror = "1.0.24" +thiserror = "1.0.25" tokio = { version = "0.3.6", features = ["sync"] } displaydoc = "0.2.1" rocksdb = "0.16.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index a06406d76..838bbc8a6 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -18,7 +18,7 @@ tracing-subscriber = "0.2.18" tracing-error = "0.1.2" spandoc = "0.2.0" regex = "1.4.6" -thiserror = "1.0.24" +thiserror = "1.0.25" pretty_assertions = "0.7.2" owo-colors = "2.0.0" proptest = "0.10.1"