From e6021b1ecf25543fa31f8eba2b441f2a3757318d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:36:26 +0000 Subject: [PATCH] chore(deps): update ark-ff requirement from 0.4.2 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/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/algebra/compare/v0.4.2...v0.4.2) --- 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 7e5ad0c..b577b09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.dependencies] anyhow = "1.0.86" -ark-ff = "0.4.2" +ark-ff = "0.5.0" ark-poly = "0.4.2" sha3 = "0.10.8" blake2 = "0.10.6"