From 2adb177cb3699cb660a5b95cdebab286e3b9fef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:36:23 +0000 Subject: [PATCH] chore(deps): update ark-poly requirement from 0.4.2 to 0.5.0 Updates the requirements on [ark-poly](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-poly 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..e8e239b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [workspace.dependencies] anyhow = "1.0.86" ark-ff = "0.4.2" -ark-poly = "0.4.2" +ark-poly = "0.5.0" sha3 = "0.10.8" blake2 = "0.10.6" hex-literal = "0.4.1"