build(deps): bump zcash_primitives from 0.10.0 to 0.10.1 (#6276)
Bumps [zcash_primitives](https://github.com/zcash/librustzcash) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/zcash/librustzcash/releases) - [Commits](https://github.com/zcash/librustzcash/commits) --- updated-dependencies: - dependency-name: zcash_primitives 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> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
b502292059
commit
f2cef85794
|
|
@ -5414,9 +5414,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zcash_primitives"
|
name = "zcash_primitives"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b6879bd4026d9269a41ca91858f453b523f30824288248148211e1cab23b3e0d"
|
checksum = "9b3b6457776ea5e6061632178fe20ea48aac2c770416c241b332a599dd7b58b3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"bip0039",
|
"bip0039",
|
||||||
|
|
@ -5465,7 +5465,7 @@ dependencies = [
|
||||||
"rand_core 0.6.4",
|
"rand_core 0.6.4",
|
||||||
"redjubjub",
|
"redjubjub",
|
||||||
"tracing",
|
"tracing",
|
||||||
"zcash_primitives 0.10.0",
|
"zcash_primitives 0.10.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
@ -5543,7 +5543,7 @@ dependencies = [
|
||||||
"zcash_encoding",
|
"zcash_encoding",
|
||||||
"zcash_history",
|
"zcash_history",
|
||||||
"zcash_note_encryption",
|
"zcash_note_encryption",
|
||||||
"zcash_primitives 0.10.0",
|
"zcash_primitives 0.10.1",
|
||||||
"zebra-test",
|
"zebra-test",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ orchard = "0.3.0"
|
||||||
zcash_encoding = "0.2.0"
|
zcash_encoding = "0.2.0"
|
||||||
zcash_history = "0.3.0"
|
zcash_history = "0.3.0"
|
||||||
zcash_note_encryption = "0.2.0"
|
zcash_note_encryption = "0.2.0"
|
||||||
zcash_primitives = { version = "0.10.0", features = ["transparent-inputs"] }
|
zcash_primitives = { version = "0.10.1", features = ["transparent-inputs"] }
|
||||||
|
|
||||||
# Time
|
# Time
|
||||||
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std", "serde"] }
|
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std", "serde"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue