build(deps): bump displaydoc from 0.1.7 to 0.2.0
Bumps [displaydoc](https://github.com/yaahc/displaydoc) from 0.1.7 to 0.2.0. - [Release notes](https://github.com/yaahc/displaydoc/releases) - [Changelog](https://github.com/yaahc/displaydoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/yaahc/displaydoc/commits/v0.2.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
20a05df58f
commit
97cae4b2da
|
@ -936,9 +936,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "displaydoc"
|
name = "displaydoc"
|
||||||
version = "0.1.7"
|
version = "0.2.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "adc2ab4d5a16117f9029e9a6b5e4e79f4c67f6519bc134210d4d4a04ba31f41b"
|
checksum = "f98e1bbbcbb1b2646d6e900da42974b641eb784851adcd4f0ae4c07c8bc7b42b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.24",
|
"proc-macro2 1.0.24",
|
||||||
"quote 1.0.7",
|
"quote 1.0.7",
|
||||||
|
|
|
@ -38,7 +38,7 @@ proptest = { version = "0.10", optional = true }
|
||||||
proptest-derive = { version = "0.3.0", optional = true }
|
proptest-derive = { version = "0.3.0", optional = true }
|
||||||
|
|
||||||
# ZF deps
|
# ZF deps
|
||||||
displaydoc = "0.1.7"
|
displaydoc = "0.2.0"
|
||||||
ed25519-zebra = "2"
|
ed25519-zebra = "2"
|
||||||
equihash = "0.1"
|
equihash = "0.1"
|
||||||
redjubjub = "0.2"
|
redjubjub = "0.2"
|
||||||
|
|
|
@ -7,7 +7,7 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
displaydoc = "0.1.7"
|
displaydoc = "0.2.0"
|
||||||
jubjub = "0.6.0"
|
jubjub = "0.6.0"
|
||||||
once_cell = "1.7"
|
once_cell = "1.7"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
|
|
|
@ -11,7 +11,7 @@ edition = "2018"
|
||||||
zcash_script = "0.1.5"
|
zcash_script = "0.1.5"
|
||||||
zebra-chain = { path = "../zebra-chain" }
|
zebra-chain = { path = "../zebra-chain" }
|
||||||
thiserror = "1.0.24"
|
thiserror = "1.0.24"
|
||||||
displaydoc = "0.1.7"
|
displaydoc = "0.2.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
|
|
|
@ -22,7 +22,7 @@ tower = { version = "0.4", features = ["buffer", "util"] }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
thiserror = "1.0.24"
|
thiserror = "1.0.24"
|
||||||
tokio = { version = "0.3.6", features = ["sync"] }
|
tokio = { version = "0.3.6", features = ["sync"] }
|
||||||
displaydoc = "0.1.7"
|
displaydoc = "0.2.0"
|
||||||
rocksdb = "0.15.0"
|
rocksdb = "0.15.0"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
|
|
Loading…
Reference in New Issue