From 4c20ee7e1ff28345bb16b449d1d9c7d9825287ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 13:03:14 +0000 Subject: [PATCH] Chore(deps): update ark-ff requirement from 0.3 to 0.4 Updates the requirements on [ark-ff](https://github.com/arkworks-rs/algebra) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/algebra/releases) - [Changelog](https://github.com/arkworks-rs/algebra/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/algebra/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: ark-ff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/curve/Cargo.toml | 2 +- tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/curve/Cargo.toml b/crates/curve/Cargo.toml index bf4a08f..1c96e81 100644 --- a/crates/curve/Cargo.toml +++ b/crates/curve/Cargo.toml @@ -23,7 +23,7 @@ ark-bw6-761 = { version = "0.3", default-features = false } ark-cp6-782 = { version = "0.3", default-features = false } # https://github.com/arkworks-rs/algebra ark-ec = { version = "0.3", default-features = false } -ark-ff = { version = "0.3", default-features = false } +ark-ff = { version = "0.4", default-features = false } ark-serialize = { version = "0.3", default-features = false } # https://github.com/arkworks-rs/groth16 ark-groth16 = { version = "0.3", default-features = false, optional = true } diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 3657957..f2039ac 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -20,7 +20,7 @@ ark-bls12-381 = { version = "0.3", default-features = false, features = ["curve" ark-bn254 = { version = "0.3", default-features = false, features = ["curve"] } ark-bw6-761 = { version = "0.3", default-features = false } ark-cp6-782 = { version = "0.3", default-features = false } -ark-ff = { version = "0.3", default-features = false } +ark-ff = { version = "0.4", default-features = false } ark-ec = { version = "0.3", default-features = false } ark-serialize = { version = "0.3", default-features = false } ark-relations = { version = "0.3", default-features = false }