Bump `zcash_primitives` from 0.13.0 to 0.14.0

Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
This commit is contained in:
Marek 2024-05-20 22:37:25 +02:00 committed by GitHub
parent 451a8a9e26
commit 0799cb2389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -6191,7 +6191,7 @@ dependencies = [
"tower",
"tracing",
"zcash_address",
"zcash_primitives 0.13.0",
"zcash_primitives 0.14.0",
"zebra-chain",
"zebra-consensus",
"zebra-network",

View File

@ -64,7 +64,7 @@ tracing = "0.1.39"
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.201", features = ["serde_derive"] }
zcash_primitives = { version = "0.13.0" }
zcash_primitives = { version = "0.14.0" }
# Experimental feature getblocktemplate-rpcs
rand = { version = "0.8.5", optional = true }