From 562c141ee1977b8af258050b22cf68bf8098488c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 09:27:00 +1000 Subject: [PATCH] build(deps): bump displaydoc from 0.2.0 to 0.2.1 (#1959) Bumps [displaydoc](https://github.com/yaahc/displaydoc) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/yaahc/displaydoc/releases) - [Changelog](https://github.com/yaahc/displaydoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/displaydoc/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-script/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5214e2e84..0f1036f35 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 79e705366..b71daf014 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 5513dd481..b45da0dbd 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 3e36008fd..f7dffa2a4 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 e8b3b5d20..310ae2b57 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"