From 83178612b7d755bffa93800d9f5bfef45e73b693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:14:53 +0000 Subject: [PATCH] chore(deps): update halo2curves requirement Updates the requirements on [halo2curves](https://github.com/privacy-scaling-explorations/halo2curves) to permit the latest version. Updates `halo2curves` to 0.7.0 - [Release notes](https://github.com/privacy-scaling-explorations/halo2curves/releases) - [Commits](https://github.com/privacy-scaling-explorations/halo2curves/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: halo2curves dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d851a19..461a0ab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ bellpepper-core = { version = "0.4.0", default-features = false } bellpepper = { git="https://github.com/argumentcomputer/bellpepper", branch="dev", default-features = false } ff = { version = "0.13.0", features = ["derive"] } digest = "0.10" -halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] } +halo2curves = { version = "0.7.0", features = ["bits", "derive_serde"] } sha3 = "0.10" rayon = "1.7" rand_core = { version = "0.6", default-features = false }