From e866c12faca6da15d654a4ef1dfb1af27a1fde70 Mon Sep 17 00:00:00 2001 From: Darnell Andries Date: Fri, 11 Oct 2024 16:49:59 -0700 Subject: [PATCH] Remove crypto-mac dependency --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d50c3e8..0c14c70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["eV "] edition = "2018" name = "challenge-bypass-ristretto" -version = "2.0.0" +version = "2.0.1" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/brave-intl/challenge-bypass-ristretto" @@ -14,7 +14,6 @@ exclude = [ ] [dependencies] -crypto-mac = "0.11" curve25519-dalek = { version = "4", default-features = false, features = ["precomputed-tables", "zeroize", "rand_core", "digest"]} digest = "0.10" hmac = "0.12"