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 Sep 16, 2024
1 parent 4c3fc9b commit 27d4333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tracing-texray = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
elsa = { version = "1.9.0", git = "https://github.com/lurk-lab/elsa", branch = "sync_frozen", features = ["indexmap"] }
arc-swap = "1.6.0"
halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] }
halo2curves = { version = "0.7.0", features = ["bits", "derive_serde"] }

[target.'cfg(not(target_arch = "x86_64"))'.dependencies]
nova = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion chain-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ camino = { workspace = true}
clap = { workspace = true}
ff = { workspace = true }
lurk = { path = "../" }
halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] }
halo2curves = { version = "0.7.0", features = ["bits", "derive_serde"] }
nova = { workspace = true }
once_cell = {workspace = true }
prost = "0.13"
Expand Down

0 comments on commit 27d4333

Please sign in to comment.