From 377a2409456bbe9853f62927743c5b76e4e051d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 07:56:46 +0000 Subject: [PATCH] Update ark-std requirement from ^0.2.0 to ^0.3.0 Updates the requirements on [ark-std](https://github.com/arkworks-rs/utils) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/utils/releases) - [Changelog](https://github.com/arkworks-rs/utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/utils/compare/v0.2.0...v0.3.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 b8a5b5a..024dc90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ ark-ec = { version = "^0.2.0", default-features = false } ark-ff = { version = "^0.2.0", default-features = false } ark-serialize = { version = "^0.2.0", default-features = false, features = [ "derive" ] } ark-sponge = { git = "https://github.com/arkworks-rs/sponge/", branch = "accumulation-experimental", default-features = false } -ark-std = { version = "^0.2.0", default-features = false } +ark-std = { version = "^0.3.0", default-features = false } derivative = { version = "2.1.1", default-features = false, features = [ "use_core" ] } # Dependencies for r1cs