From 39bcb7827892f6b5165dd57a868b436efd6bda08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 03:07:26 +0000 Subject: [PATCH] Update ark-std requirement from 0.3.0 to 0.4.0 Updates the requirements on [ark-std](https://github.com/arkworks-rs/std) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/std/releases) - [Changelog](https://github.com/arkworks-rs/std/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/std/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: ark-std 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..ce0b981f 100644 --- a/plugins/arkworks/Cargo.toml +++ b/plugins/arkworks/Cargo.toml @@ -111,7 +111,7 @@ std = [ [dependencies] ark-groth16 = { version = "0.3.0", optional = true, default-features = false } -ark-std = { version = "0.3.0", optional = true, default-features = false } +ark-std = { version = "0.4.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"] } bn254 = { package = "ark-bn254", version = "0.3.0", optional = true, default-features = false, features = ["curve"] }