From 91753edfe572988bfbbcfd70a78bf40ce2b7557a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 05:09:20 +0000 Subject: [PATCH] Update ark-cp6-782 requirement from ^0.4.0 to ^0.5.0 Updates the requirements on [ark-cp6-782](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/v0.5.0/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/algebra/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: ark-cp6-782 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 fc4538f..3d4e95a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ rayon = { version = "1", optional = true } csv = { version = "1" } ark-bls12-381 = { version = "^0.4.0", default-features = false, features = ["curve"] } ark-bls12-377 = { version = "^0.4.0", default-features = false, features = ["curve"] } -ark-cp6-782 = { version = "^0.4.0", default-features = false } +ark-cp6-782 = { version = "^0.5.0", default-features = false } ark-mnt4-298 = { version = "^0.4.0", default-features = false, features = ["r1cs", "curve"] } ark-mnt6-298 = { version = "^0.4.0", default-features = false, features = ["r1cs"] } ark-mnt4-753 = { version = "^0.4.0", default-features = false, features = ["r1cs", "curve"] }