build(deps): bump displaydoc from 0.2.1 to 0.2.2 (#2439)

Bumps [displaydoc](https://github.com/yaahc/displaydoc) from 0.2.1 to 0.2.2.
- [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.1...v0.2.2)

---
updated-dependencies:
- dependency-name: displaydoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-02 13:20:47 -04:00 committed by GitHub
parent f5bc5279ca
commit 6a6c8ee999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -1052,9 +1052,9 @@ dependencies = [
[[package]]
name = "displaydoc"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3274a6bc8a6a4521291b53b9dcb8345e963fe931c3fc462a7d3ead71d7ccd30d"
checksum = "278ef1934318d524612205f69df005eea30ec10edf7913e500b5a527fce55bc0"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",

View File

@ -22,7 +22,7 @@ blake2s_simd = "0.5.11"
bs58 = { version = "0.4", features = ["check"] }
byteorder = "1.4"
chrono = { version = "0.4", features = ["serde"] }
displaydoc = "0.2.1"
displaydoc = "0.2.2"
fpe = "0.4"
futures = "0.3"
group = "0.10"

View File

@ -10,7 +10,7 @@ blake2b_simd = "0.5.11"
bellman = "0.10.0"
bls12_381 = "0.5.0"
chrono = "0.4.19"
displaydoc = "0.2.1"
displaydoc = "0.2.2"
jubjub = "0.7.0"
lazy_static = "1.4.0"
once_cell = "1.8"

View File

@ -11,7 +11,7 @@ edition = "2018"
zcash_script = "0.1.6-alpha.0"
zebra-chain = { path = "../zebra-chain" }
thiserror = "1.0.25"
displaydoc = "0.2.1"
displaydoc = "0.2.2"
[dev-dependencies]
hex = "0.4.3"

View File

@ -22,7 +22,7 @@ tower = { version = "0.4", features = ["buffer", "util"] }
tracing = "0.1"
thiserror = "1.0.25"
tokio = { version = "0.3.6", features = ["sync"] }
displaydoc = "0.2.1"
displaydoc = "0.2.2"
rocksdb = "0.16.0"
tempdir = "0.3.7"
chrono = "0.4.19"