diff --git a/Cargo.lock b/Cargo.lock index 5214e2e8..0f1036f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -912,9 +912,9 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f98e1bbbcbb1b2646d6e900da42974b641eb784851adcd4f0ae4c07c8bc7b42b" +checksum = "3274a6bc8a6a4521291b53b9dcb8345e963fe931c3fc462a7d3ead71d7ccd30d" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 79e70536..b71daf01 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -38,7 +38,7 @@ proptest = { version = "0.10", optional = true } proptest-derive = { version = "0.3.0", optional = true } # ZF deps -displaydoc = "0.2.0" +displaydoc = "0.2.1" ed25519-zebra = "2" equihash = "0.1" #redjubjub = "0.2" diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index 5513dd48..b45da0db 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -11,7 +11,7 @@ blake2b_simd = "0.5.11" bellman = { git = "https://github.com/zkcrypto/bellman", rev = "bd4af09f50a4d020a3672aff37c4f3f2da2bb36b" } bls12_381 = "0.4.0" chrono = "0.4.19" -displaydoc = "0.2.0" +displaydoc = "0.2.1" jubjub = "0.6.0" lazy_static = "1.4.0" once_cell = "1.7" diff --git a/zebra-script/Cargo.toml b/zebra-script/Cargo.toml index 3e36008f..f7dffa2a 100644 --- a/zebra-script/Cargo.toml +++ b/zebra-script/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" zcash_script = "0.1.5" zebra-chain = { path = "../zebra-chain" } thiserror = "1.0.24" -displaydoc = "0.2.0" +displaydoc = "0.2.1" [dev-dependencies] hex = "0.4.3" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index e8b3b5d2..310ae2b5 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -22,7 +22,7 @@ tower = { version = "0.4", features = ["buffer", "util"] } tracing = "0.1" thiserror = "1.0.24" tokio = { version = "0.3.6", features = ["sync"] } -displaydoc = "0.2.0" +displaydoc = "0.2.1" rocksdb = "0.15.0" tempdir = "0.3.7" chrono = "0.4.19"