bumps ed5519-zebra version to 3.1.0 (#5486)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Arya 2022-10-26 21:37:27 -04:00 committed by GitHub
parent 5a6c84024c
commit 730f6c1f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@ -1467,16 +1467,16 @@ dependencies = [
[[package]]
name = "ed25519-zebra"
version = "3.0.0"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "403ef3e961ab98f0ba902771d29f842058578bb1ce7e3c59dad5a6a93e784c69"
checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"
dependencies = [
"curve25519-dalek",
"hashbrown 0.12.1",
"hex",
"rand_core 0.6.4",
"serde",
"sha2",
"thiserror",
"zeroize",
]

View File

@ -22,7 +22,7 @@ color-eyre = "0.6.2"
# Enable a feature that makes tinyvec compile much faster.
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
ed25519-zebra = "3.0.0"
ed25519-zebra = "3.1.0"
rand = { version = "0.8.5", package = "rand" }
tokio = { version = "1.21.2", features = ["full", "tracing", "test-util"] }

View File

@ -70,7 +70,7 @@ itertools = "0.10.5"
rayon = "1.5.3"
# ZF deps
ed25519-zebra = "3.0.0"
ed25519-zebra = "3.1.0"
redjubjub = "0.5.0"
# Optional testing dependencies