From 46fd4d043da8e6beb29a9f221a1762206dea7a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:45:02 +0000 Subject: [PATCH] Update ark-ec requirement from 0.4.0 to 0.5.0 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/v0.5.0/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/algebra/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: ark-ec 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 0c54bd3..2e40b24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" ark-ff = "0.4.0" ark-bls12-381 = "0.4.0" ark-std = "0.4.0" -ark-ec = "0.4.0" +ark-ec = "0.5.0" sha2 = "0.10.6" hex = "0.4.3" rand = "0.8.5"