From 9ac52c5c60e454b0032d78a22c05fb79aae1d51e Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Thu, 8 Aug 2024 16:53:56 -0300 Subject: [PATCH] Update Cargo.toml Co-authored-by: jowparks --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 890f04a..694b688 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ pasta_curves = { version = "0.5", default-features = false } rand_core = { version = "0.6", default-features = false } serde = { version = "1", optional = true, features = ["derive"] } thiserror = { version = "1.0", optional = true } -frost-rerandomized = { version = "2.0.0-rc.0", optional = true, default-features = false } +frost-rerandomized = { version = "2.0.0-rc.0", optional = true, default-features = false, features = ["serialization", "cheater-detection"] } [dependencies.zeroize] version = "1"