From 0920c0db591de736ea285f835e6a569932780313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:03:38 +0000 Subject: [PATCH] Update ark-mnt4-753 requirement from ^0.3.0 to ^0.4.0 Updates the requirements on [ark-mnt4-753](https://github.com/arkworks-rs/curves) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/curves/releases) - [Changelog](https://github.com/arkworks-rs/curves/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/curves/commits) --- updated-dependencies: - dependency-name: ark-mnt4-753 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b9ed94..01bd412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ ark-bls12-377 = { version = "^0.3.0", default-features = false, features = ["cur ark-cp6-782 = { version = "^0.3.0", default-features = false } ark-mnt4-298 = { version = "^0.3.0", default-features = false, features = ["r1cs", "curve"] } ark-mnt6-298 = { version = "^0.3.0", default-features = false, features = ["r1cs"] } -ark-mnt4-753 = { version = "^0.3.0", default-features = false, features = ["r1cs", "curve"] } +ark-mnt4-753 = { version = "^0.4.0", default-features = false, features = ["r1cs", "curve"] } ark-mnt6-753 = { version = "^0.3.0", default-features = false, features = ["r1cs"] } [profile.release]