From bb32214b7e72c37278b5ebf9f6361351b572ecf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 13:03:27 +0000 Subject: [PATCH] Chore(deps): update ark-ec requirement from 0.3 to 0.4 Updates the requirements on [ark-ec](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-ec 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..d2db315 100644 --- a/crates/curve/Cargo.toml +++ b/crates/curve/Cargo.toml @@ -22,7 +22,7 @@ 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 } # https://github.com/arkworks-rs/algebra -ark-ec = { version = "0.3", default-features = false } +ark-ec = { version = "0.4", default-features = false } ark-ff = { version = "0.3", default-features = false } ark-serialize = { version = "0.3", default-features = false } # https://github.com/arkworks-rs/groth16 diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 3657957..ef6c817 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -21,7 +21,7 @@ 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-ec = { version = "0.3", default-features = false } +ark-ec = { version = "0.4", default-features = false } ark-serialize = { version = "0.3", default-features = false } ark-relations = { version = "0.3", default-features = false } ark-groth16 = { version = "0.3", default-features = false }