From f8d908f846b52dc4bc858202c474b17ee80c8db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:03:01 +0000 Subject: [PATCH] Update ark-ec requirement from ^0.2.0 to ^0.4.0 Updates the requirements on [ark-ec](https://github.com/arkworks-rs/algebra) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/algebra/releases) - [Changelog](https://github.com/arkworks-rs/algebra/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/algebra/commits/v0.4.0) --- updated-dependencies: - dependency-name: ark-ec 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..c067759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] # Dependencies for core library -ark-ec = { version = "^0.2.0", default-features = false } +ark-ec = { version = "^0.4.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 }