Update dalek version

This commit is contained in:
Stephen Akridge
2020-04-27 09:33:33 -07:00
committed by Trent Nelson
parent 3d40ca86b0
commit eb24f3df84
25 changed files with 98 additions and 216 deletions

View File

@ -16,10 +16,10 @@ crate-type = ["staticlib"]
bincode = "1.2.1"
bs58 = "0.3.1"
libc = "0.2.69"
rand_chacha = "0.1.1"
rand_core = { version = ">=0.2, <0.4", default-features = false }
rand_chacha = "0.2.2"
rand_core = { version = "0.5", default-features = false }
solana-sdk = { path = "../sdk", version = "1.2.0" }
ed25519-dalek = "1.0.0-pre.1"
ed25519-dalek = "1.0.0-pre.3"
[build-dependencies]
cbindgen = "0.14.1"