Update Cargo.toml

Co-authored-by: jowparks <jowparks@gmail.com>
This commit is contained in:
Conrado Gouvea 2024-08-08 16:53:56 -03:00 committed by GitHub
parent 98e48b4953
commit 9ac52c5c60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"