build(deps): bump displaydoc from 0.2.3 to 0.2.4 (#6610)
Bumps [displaydoc](https://github.com/yaahc/displaydoc) from 0.2.3 to 0.2.4. - [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) --- 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
7c67512cd5
commit
6016c9d9d6
|
@ -1273,13 +1273,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "displaydoc"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
|
||||
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.56",
|
||||
"quote 1.0.26",
|
||||
"syn 1.0.109",
|
||||
"syn 2.0.15",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -73,7 +73,7 @@ chrono = { version = "0.4.24", default-features = false, features = ["clock", "s
|
|||
humantime = "2.1.0"
|
||||
|
||||
# Error Handling & Formatting
|
||||
displaydoc = "0.2.3"
|
||||
displaydoc = "0.2.4"
|
||||
static_assertions = "1.1.0"
|
||||
thiserror = "1.0.40"
|
||||
tracing = "0.1.37"
|
||||
|
|
|
@ -35,7 +35,7 @@ rand = { version = "0.8.5", package = "rand" }
|
|||
rayon = "1.7.0"
|
||||
|
||||
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
|
||||
displaydoc = "0.2.3"
|
||||
displaydoc = "0.2.4"
|
||||
lazy_static = "1.4.0"
|
||||
once_cell = "1.17.1"
|
||||
serde = { version = "1.0.160", features = ["serde_derive"] }
|
||||
|
|
|
@ -13,7 +13,7 @@ zcash_script = "0.1.11"
|
|||
zebra-chain = { path = "../zebra-chain" }
|
||||
|
||||
thiserror = "1.0.40"
|
||||
displaydoc = "0.2.3"
|
||||
displaydoc = "0.2.4"
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.4.3"
|
||||
|
|
Loading…
Reference in New Issue