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

@ -61,7 +61,7 @@ serde_derive = "1.0.103"
serde_json = { version = "1.0.56", optional = true }
sha2 = "0.9.2"
thiserror = "1.0"
ed25519-dalek = { version = "=1.0.0-pre.4", optional = true }
ed25519-dalek = { version = "=1.0.1", optional = true }
solana-crate-features = { path = "../crate-features", version = "1.6.0", optional = true }
solana-logger = { path = "../logger", version = "1.6.0", optional = true }
solana-frozen-abi = { path = "../frozen-abi", version = "1.6.0" }