From 9d7bf18f62361656011a7ae1ddf4dd9b4e451604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:03:08 +0000 Subject: [PATCH] Update ark-poly requirement from ^0.2.0 to ^0.4.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/commits/v0.4.0) --- 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 b391785..31074af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tracing = { version = "0.1", default-features = false, features = [ "attributes" rayon = { version = "1", optional = true } # Dependencies for implementations -ark-poly = { version = "^0.2.0", default-features = false, optional = true } +ark-poly = { version = "^0.4.0", default-features = false, optional = true } ark-poly-commit = { git = "https://github.com/arkworks-rs/poly-commit", branch = "accumulation-experimental", default-features = false, optional = true } blake2 = { version = "0.9.1", default-features = false, optional = true } digest = { version = "0.9.0", default-features = false, optional = true }