From 919dbf39b707833aeb95efadcdedcb96461f3be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:23:31 +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.8.0 - [Release notes](https://github.com/privacy-scaling-explorations/halo2curves/releases) - [Commits](https://github.com/privacy-scaling-explorations/halo2curves/compare/v0.6.1...v0.8.0) --- updated-dependencies: - dependency-name: halo2curves dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- crates/bls12381/Cargo.toml | 2 +- crates/chunk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bls12381/Cargo.toml b/crates/bls12381/Cargo.toml index c5e2f29..bdc470a 100644 --- a/crates/bls12381/Cargo.toml +++ b/crates/bls12381/Cargo.toml @@ -24,4 +24,4 @@ bls12_381 = { git = "https://github.com/argumentcomputer/bls12_381", features = [dev-dependencies] bellpepper = { workspace = true } expect-test = "1.4.1" -halo2curves = "0.6.1" +halo2curves = "0.8.0" diff --git a/crates/chunk/Cargo.toml b/crates/chunk/Cargo.toml index 511a093..18c7749 100644 --- a/crates/chunk/Cargo.toml +++ b/crates/chunk/Cargo.toml @@ -23,7 +23,7 @@ getset = "0.1.2" arecibo = { git = "https://github.com/argumentcomputer/arecibo", branch = "dev", package = "arecibo" } bincode = "1.3.3" flate2 = "1.0.28" -halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] } +halo2curves = { version = "0.8.0", features = ["bits", "derive_serde"] } paste = "1.0.14" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } tracing = "0.1.40"