From b00886f486a91b51553fab83805640479665dbaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:03:20 +0000 Subject: [PATCH] Update ark-relations requirement from ^0.2.0 to ^0.4.0 Updates the requirements on [ark-relations](https://github.com/arkworks-rs/snark) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/snark/releases) - [Changelog](https://github.com/arkworks-rs/snark/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/snark/compare/ark-snark-v0.2.0...v0.4.0) --- updated-dependencies: - dependency-name: ark-relations 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..b6c3073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ derivative = { version = "2.1.1", default-features = false, features = [ "use_co # Dependencies for r1cs 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-relations = { version = "^0.4.0", default-features = false, optional = true } ark-r1cs-std = { version = "^0.2.0", default-features = false, optional = true } tracing = { version = "0.1", default-features = false, features = [ "attributes" ], optional = true }