Skip to content

Commit

Permalink
chore(deps): bump the rust-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 2 updates

Updates the requirements on [halo2curves](https://github.com/privacy-scaling-explorations/halo2curves) and [metrics](https://github.com/metrics-rs/metrics) 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)

Updates `metrics` to 0.23.0
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-v0.23.0...metrics-v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent f86814c commit b264ef7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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/argumentcomputer/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 Expand Up @@ -123,7 +123,7 @@ bincode = "1.3.3"
camino = "1.1.6"
clap = "4.3.17"
ff = "0.13"
metrics = "0.23.0"
metrics = "0.24.0"
neptune = { git = "https://github.com/argumentcomputer/neptune", branch = "dev", default-features = false, features = ["abomonation"] }
nova = { git = "https://github.com/argumentcomputer/arecibo", branch = "dev", package = "arecibo", features = ["abomonate"]}
once_cell = "1.18.0"
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 b264ef7

Please sign in to comment.