From 3316a9716cde7e0659e242cc563cd5a291fa7ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 04:21:22 +0000 Subject: [PATCH] Update ark-groth16 requirement from 0.3.0 to 0.4.0 Updates the requirements on [ark-groth16](https://github.com/arkworks-rs/groth16) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/groth16/releases) - [Changelog](https://github.com/arkworks-rs/groth16/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/groth16/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: ark-groth16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plugins/arkworks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/arkworks/Cargo.toml b/plugins/arkworks/Cargo.toml index 0ad0b7fa..585a7bb2 100644 --- a/plugins/arkworks/Cargo.toml +++ b/plugins/arkworks/Cargo.toml @@ -110,7 +110,7 @@ std = [ ] [dependencies] -ark-groth16 = { version = "0.3.0", optional = true, default-features = false } +ark-groth16 = { version = "0.4.0", optional = true, default-features = false } ark-std = { version = "0.3.0", optional = true, default-features = false } bls12-377 = { package = "ark-bls12-377", version = "0.3.0", optional = true, default-features = false, features = ["curve"] } bls12-381 = { package = "ark-bls12-381", version = "0.3.0", optional = true, default-features = false, features = ["curve"] }