Upgrade random and curve25519-dalek

This commit is contained in:
Sarah Jamie Lewis 2021-05-22 12:40:51 -07:00
parent 51e3b4d549
commit d6f6cbccb1
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ documentation = "https://docs.rs/brute-force"
[dependencies]
crossbeam-channel = "0.5.0"
crossbeam-utils = "0.8.1"
curve25519-dalek = { version = "3.0.2", optional = true }
curve25519-dalek = { package = "curve25519-dalek-ng", version = "4.0.1", optional = true }
log = "0.4.14"
num_cpus = "1.13.0"
rand = { version = "0.7", optional = true }
rand = { version = "0.8.1", optional = true }
[features]
nightly = []