From da0e2a5fc962c5db87b989267ce313d45ea6982c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 05:09:39 +0000 Subject: [PATCH] Update ark-ff requirement from ^0.4.0 to ^0.5.0 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/v0.5.0/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/algebra/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: ark-ff 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..bfade7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2021" ################################# Dependencies ################################ [dependencies] -ark-ff = { version = "^0.4.0", default-features = false } +ark-ff = { version = "^0.5.0", default-features = false } ark-ec = { version = "^0.4.0", default-features = false } ark-serialize = { version = "^0.4.0", default-features = false, features = [ "derive" ] } ark-poly = { version = "^0.4.0", default-features = false }