diff --git a/Cargo.toml b/Cargo.toml index 01515e0..9ee857d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ sha3 = { version = "0.10", default-features = false, features = ["std", "asm"] } thiserror = "1" groth-sahai = { git = "https://github.com/jdwhite48/groth-sahai-rs", rev = "22ecc73db72a6cebdd55d971078c56be9f8a270c" } ark-bls12-381 = { version = "0.4" } -ark-ec = { version = "0.4", default-features = false } +ark-ec = { version = "0.5", default-features = false } ark-ff = { version = "0.4", default-features = false } ark-serialize = { version = "0.4", default-features = false } rand_chacha = { version = "0.3" }