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:
parent
f5bc5279ca
commit
6a6c8ee999
|
|
@ -1052,9 +1052,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "displaydoc"
|
name = "displaydoc"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3274a6bc8a6a4521291b53b9dcb8345e963fe931c3fc462a7d3ead71d7ccd30d"
|
checksum = "278ef1934318d524612205f69df005eea30ec10edf7913e500b5a527fce55bc0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.24",
|
"proc-macro2 1.0.24",
|
||||||
"quote 1.0.7",
|
"quote 1.0.7",
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ blake2s_simd = "0.5.11"
|
||||||
bs58 = { version = "0.4", features = ["check"] }
|
bs58 = { version = "0.4", features = ["check"] }
|
||||||
byteorder = "1.4"
|
byteorder = "1.4"
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
displaydoc = "0.2.1"
|
displaydoc = "0.2.2"
|
||||||
fpe = "0.4"
|
fpe = "0.4"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
group = "0.10"
|
group = "0.10"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ blake2b_simd = "0.5.11"
|
||||||
bellman = "0.10.0"
|
bellman = "0.10.0"
|
||||||
bls12_381 = "0.5.0"
|
bls12_381 = "0.5.0"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
displaydoc = "0.2.1"
|
displaydoc = "0.2.2"
|
||||||
jubjub = "0.7.0"
|
jubjub = "0.7.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
once_cell = "1.8"
|
once_cell = "1.8"
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ edition = "2018"
|
||||||
zcash_script = "0.1.6-alpha.0"
|
zcash_script = "0.1.6-alpha.0"
|
||||||
zebra-chain = { path = "../zebra-chain" }
|
zebra-chain = { path = "../zebra-chain" }
|
||||||
thiserror = "1.0.25"
|
thiserror = "1.0.25"
|
||||||
displaydoc = "0.2.1"
|
displaydoc = "0.2.2"
|
||||||
|
|
||||||
[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.25"
|
thiserror = "1.0.25"
|
||||||
tokio = { version = "0.3.6", features = ["sync"] }
|
tokio = { version = "0.3.6", features = ["sync"] }
|
||||||
displaydoc = "0.2.1"
|
displaydoc = "0.2.2"
|
||||||
rocksdb = "0.16.0"
|
rocksdb = "0.16.0"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue