Skip to content

Commit

Permalink
chore(deps): update halo2curves requirement
Browse files Browse the repository at this point in the history
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](privacy-scaling-explorations/halo2curves@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: halo2curves
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 3ff41ac commit 23dab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bellpepper-core = { version = "0.4.0", default-features = false }
bellpepper = { git="https://github.com/lurk-lab/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 }
Expand Down

0 comments on commit 23dab05

Please sign in to comment.