Upgrade brute-force

This commit is contained in:
Sarah Jamie Lewis 2021-05-28 15:29:19 -07:00
parent d616cf594e
commit c719a7cbd5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ curve25519-dalek = { package = "curve25519-dalek-ng", version="4.0.1", features
sha3 = "0.9.1"
serde = {version="1.0.123", features=["derive"]}
bit-vec = {version="0.6.3"}
brute-force = {git="https://git.openprivacy.ca/sarah/brute-force.git", features=["curve25519"], optional=true}
brute-force = {version="0.2.0", features=["curve25519"], optional=true}
rayon = {version="1.5.0", optional=true}
[dev-dependencies]