From 9f6d94bc329da42560dc820016dc89eb3d72ff20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 12:10:26 +0000 Subject: [PATCH] Update ark-r1cs-std requirement from ^0.2.0 to ^0.3.1 Updates the requirements on [ark-r1cs-std](https://github.com/arkworks-rs/r1cs-std) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/r1cs-std/releases) - [Changelog](https://github.com/arkworks-rs/r1cs-std/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/r1cs-std/compare/v0.2.0...v0.3.1) --- updated-dependencies: - dependency-name: ark-r1cs-std 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..758bb0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ derivative = { version = "2.1.1", default-features = false, features = [ "use_co ark-crypto-primitives = { version = "^0.2.0", default-features = false, optional = true } ark-nonnative-field = { git = "https://github.com/arkworks-rs/nonnative", default-features = false, optional = true, rev = "d57dd4f83f7363e6310526a0a2533e4fc310564b" } ark-relations = { version = "^0.2.0", default-features = false, optional = true } -ark-r1cs-std = { version = "^0.2.0", default-features = false, optional = true } +ark-r1cs-std = { version = "^0.3.1", default-features = false, optional = true } tracing = { version = "0.1", default-features = false, features = [ "attributes" ], optional = true } # Dependencies for parallel