diff --git a/Cargo.lock b/Cargo.lock index 7feeaa28..c95c38e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3532,18 +3532,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.28" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "283d5230e63df9608ac7d9691adc1dfb6e701225436eb64d0b9a7f0a5a04f6ec" +checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.28" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa3884228611f5cd3608e2d409bf7dce832e4eb3135e3f11addbd7e41bd68e71" +checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 0f36ad6b..aac18a55 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1", features = ["serde_derive"] } futures = "0.3.17" futures-util = "0.3.17" metrics = "0.13.0-alpha.8" -thiserror = "1.0.28" +thiserror = "1.0.29" 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 720c943e..b8745a76 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.28" +thiserror = "1.0.29" displaydoc = "0.2.2" [dev-dependencies] diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index b8f56d6d..a4686c0f 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -22,7 +22,7 @@ futures = "0.3.17" metrics = "0.13.0-alpha.8" tower = { version = "0.4", features = ["buffer", "util"] } tracing = "0.1" -thiserror = "1.0.28" +thiserror = "1.0.29" tokio = { version = "0.3.6", features = ["sync"] } displaydoc = "0.2.2" rocksdb = "0.16.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 0c005596..d7c8b888 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -23,7 +23,7 @@ color-eyre = "0.5.11" owo-colors = "2.0.0" pretty_assertions = "0.7.2" spandoc = "0.2.0" -thiserror = "1.0.28" +thiserror = "1.0.29" tracing = "0.1.26" tracing-subscriber = "0.2.19" tracing-error = "0.1.2"