From e91aad64bf9df007e28c77655c4fcff44bfa3c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:33:55 +0000 Subject: [PATCH] Update ark-relations requirement from 0.4.0 to 0.5.1 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/commits) --- 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 7afc7d0..a6e7ad7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ resolver = "2" ark-ff = { version = "0.4.0", default-features = false } ark-ec = { version = "0.4.0", default-features = false } ark-std = { version = "0.4.0", default-features = false } -ark-relations = { version = "0.4.0", default-features = false } +ark-relations = { version = "0.5.1", default-features = false } educe = "0.6.0" tracing = { version = "0.1", default-features = false, features = [ "attributes" ] }