diff --git a/macros/Cargo.toml b/macros/Cargo.toml index c45ca92..f3b96b2 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" description = "The macros for cdls" [dependencies] -ark-ff = { version = "0.4.2", default-features = false } +ark-ff = { version = "0.5.0", default-features = false } ark-ec = { version = "0.4.2", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } diff --git a/pedersen/Cargo.toml b/pedersen/Cargo.toml index e0b84a9..84d8b9c 100644 --- a/pedersen/Cargo.toml +++ b/pedersen/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" ark-ec = { version = "0.4.2", default-features = false } ark-std = { version = "0.4.0", default-features = false } rand = { version = "0.8.5" } -ark-ff = { version = "0.4.2"} +ark-ff = { version = "0.5.0"} ark-serialize = { version = "0.4.2"} merlin = { version = "3.0.0"} num-bigint = { version = "0.4", default-features = false } diff --git a/t256/Cargo.toml b/t256/Cargo.toml index ef32b45..e4ba158 100644 --- a/t256/Cargo.toml +++ b/t256/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src"] edition = "2021" [dependencies] -ark-ff = { version = "0.4.2", default-features = false } +ark-ff = { version = "0.5.0", default-features = false } ark-ec = { version = "0.4.2", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false } diff --git a/t384/Cargo.toml b/t384/Cargo.toml index 16352b5..30bdfe7 100644 --- a/t384/Cargo.toml +++ b/t384/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src"] edition = "2021" [dependencies] -ark-ff = { version = "0.4.2", default-features = false } +ark-ff = { version = "0.5.0", default-features = false } ark-ec = { version = "0.4.2", default-features = false } ark-r1cs-std = { version = "0.4.0", default-features = false, optional = true } ark-std = { version = "0.4.0", default-features = false }