From fa7615fab3909eb606dadef720662b1996b79572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:36:12 +0000 Subject: [PATCH] chore(deps): update ark-ec requirement from 0.4.2 to 0.5.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/compare/v0.4.2...v0.4.2) --- 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 7e5ad0c..2d9660a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ serde = { version = "1.0.205", features = ["derive"] } paste = "1.0" hex = "0.4" rand = "0.8" -ark-ec = "0.4.2" +ark-ec = "0.5.0" lazy_static = "1.4.0"