From 04860989bd8b09eef9cdd8dd22d8bcc92ce7ab2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 12:03:10 +0000 Subject: [PATCH] Update ark-pallas requirement from ^0.2.0 to ^0.4.0 Updates the requirements on [ark-pallas](https://github.com/arkworks-rs/curves) to permit the latest version. - [Release notes](https://github.com/arkworks-rs/curves/releases) - [Changelog](https://github.com/arkworks-rs/curves/blob/master/CHANGELOG.md) - [Commits](https://github.com/arkworks-rs/curves/commits) --- updated-dependencies: - dependency-name: ark-pallas 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..43d7922 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ blake2 = { version = "0.9.1", default-features = false, optional = true } digest = { version = "0.9.0", default-features = false, optional = true } [dev-dependencies] -ark-pallas = { version = "^0.2.0", features = [ "r1cs", "curve" ] } +ark-pallas = { version = "^0.4.0", features = [ "r1cs", "curve" ] } tracing = { version = "0.1", default-features = false } tracing-subscriber = { version = "0.2", default-features = false, features = [ "registry" ] }