build(deps): bump displaydoc from 0.1.6 to 0.1.7 (#689)

Bumps [displaydoc](https://github.com/yaahc/displaydoc) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/yaahc/displaydoc/releases)
- [Commits](https://github.com/yaahc/displaydoc/commits)

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] 2020-07-20 11:00:15 -07:00 committed by GitHub
parent e06357f795
commit 474de52e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -460,9 +460,9 @@ dependencies = [
[[package]]
name = "displaydoc"
version = "0.1.6"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6269d127174b18c665e683e23c2c55d3735fadbec4181c7c70b0450b764bfa5"
checksum = "adc2ab4d5a16117f9029e9a6b5e4e79f4c67f6519bc134210d4d4a04ba31f41b"
dependencies = [
"proc-macro2 1.0.18",
"quote 1.0.7",

View File

@ -30,7 +30,7 @@ serde-big-array = "0.3.0"
ed25519-zebra = "1.0"
redjubjub = "0.2"
equihash = "0.1"
displaydoc = "0.1.6"
displaydoc = "0.1.7"
[dev-dependencies]
proptest = "0.10"