Update ed25519-zebra to 1.0.

This commit is contained in:
Henry de Valence 2020-07-07 10:41:15 -07:00
parent e54438f4e4
commit 68f57b2577
3 changed files with 21 additions and 6 deletions

23
Cargo.lock generated
View File

@ -290,13 +290,27 @@ dependencies = [
[[package]]
name = "color-eyre"
version = "0.5.0"
source = "git+https://github.com/yaahc/color-eyre.git?rev=f882a88a7037aa621a42c3719d06a2286aa0f8de#f882a88a7037aa621a42c3719d06a2286aa0f8de"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c72672243200c10efdf22867bc2e156ac4f27852572a99f5fbbe18f0c417d76"
dependencies = [
"ansi_term",
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a99aa4aa18448eef4c7d3f86d2720d2d8cad5c860fe9ff9b279293efdc8f5be"
dependencies = [
"ansi_term",
"tracing-core",
"tracing-error",
]
[[package]]
@ -427,9 +441,9 @@ checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
[[package]]
name = "ed25519-zebra"
version = "0.4.1"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76f15c88332faad36abb368aca89deb5cc4f440e5181c8848f8bdd049848f7b"
checksum = "b16644be292b6dbd3d5a4ab1382b22a9f0dc5a2055f9141f3e4bc47ee640e12e"
dependencies = [
"curve25519-dalek",
"hex",
@ -452,7 +466,8 @@ dependencies = [
[[package]]
name = "eyre"
version = "0.6.0"
source = "git+https://github.com/yaahc/eyre.git?branch=hooked#48e8006298651b3640ba7214f1b3b129b3babe67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0f9683839e579a53258d377fcc0073ca0bf2042ac5e6c60a598069e64403a6d"
dependencies = [
"indenter",
"once_cell",

View File

@ -15,7 +15,7 @@ tracing-futures = "0.2.4"
futures = "0.3.5"
[dev-dependencies]
ed25519-zebra = "0.4"
ed25519-zebra = "1.0"
rand = "0.7"
tokio = { version = "0.2", features = ["full"]}
tracing = "0.1.15"

View File

@ -27,7 +27,7 @@ thiserror = "1"
x25519-dalek = { version = "0.6", features = ["serde"] }
serde-big-array = "0.3.0"
# ZF deps
ed25519-zebra = "0.4"
ed25519-zebra = "1.0"
redjubjub = "0.1"
equihash = { git = "https://github.com/ZcashFoundation/librustzcash.git", branch = "equihash-crate" }
displaydoc = "0.1.6"