diff --git a/Cargo.toml b/Cargo.toml index 01515e0..8efaf7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,11 @@ rayon = "1" sha2 = { version = "0.10", default-features = false, features = ["std"] } 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-ff = { version = "0.4", default-features = false } -ark-serialize = { version = "0.4", default-features = false } +groth-sahai = { git = "https://github.com/jdwhite48/groth-sahai-rs", rev = "cc0c3f023efb68c07e5a9d2da9fc9ca588f05698" } +ark-bls12-381 = { version = "0.5" } +ark-ec = { version = "0.5", default-features = false } +ark-ff = { version = "0.5", default-features = false } +ark-serialize = { version = "0.5", default-features = false } rand_chacha = { version = "0.3" } [dev-dependencies]