Bump ed25519-dalek to 1.0.1

This commit is contained in:
Trent Nelson
2021-03-01 12:38:19 -07:00
committed by mergify[bot]
parent 24af9961d2
commit ef63ffce7d
6 changed files with 14 additions and 12 deletions

View File

@ -724,15 +724,16 @@ dependencies = [
[[package]]
name = "ed25519-dalek"
version = "1.0.0-pre.4"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21a8a37f4e8b35af971e6db5e3897e7a6344caa3f92f6544f88125a1f5f0035a"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek 2.1.0",
"curve25519-dalek 3.0.0",
"ed25519",
"rand 0.7.3",
"serde",
"sha2 0.8.2",
"serde_bytes",
"sha2 0.9.2",
"zeroize",
]