From d616cf594e8e015ed09e7e6cfa3054476c824358 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 28 May 2021 13:28:03 -0700 Subject: [PATCH] Rely on local brute-force for now --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]