From 7347788430fbcf6b41c1386106898dd07feb7229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 17:05:09 +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/v0.4.0/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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b9ed94..26ea134 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ ark-ff = { version = "^0.3.0", default-features = false } ark-ec = { version = "^0.3.0", default-features = false } ark-serialize = { version = "^0.3.0", default-features = false, features = [ "derive" ] } ark-poly = { version = "^0.3.0", default-features = false } -ark-std = { version = "^0.3.0", default-features = false } +ark-std = { version = "^0.4.0", default-features = false } ark-relations = { version = "^0.3.0", default-features = false } ark-crypto-primitives = { version = "^0.3.0", default-features = false } ark-r1cs-std = { version = "^0.3.0", default-features = false, optional = true }