diff --git a/Cargo.toml b/Cargo.toml index 4f009ba..96dc7ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", version="0.2.0", features=["curve25519"], optional=true} +brute-force = {git="https://git.openprivacy.ca/sarah/brute-force.git", features=["curve25519"], optional=true} rayon = {version="1.5.0", optional=true} [dev-dependencies]