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

@ -23,7 +23,7 @@ byteorder = "1.3.4"
chrono = { version = "0.4.11", features = ["serde"] }
core_affinity = "0.5.10"
crossbeam-channel = "0.4"
ed25519-dalek = "=1.0.0-pre.4"
ed25519-dalek = "=1.0.1"
fs_extra = "1.2.0"
flate2 = "1.0"
indexmap = { version = "1.5", features = ["rayon"] }