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
… 4 updates

---
updated-dependencies:
- dependency-name: rustyline-derive
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: halo2curves
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: pprof
  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 Dec 2, 2024
1 parent 399c4f3 commit 560bab0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rand = { workspace = true }
rand_core = { version = "0.6.4", default-features = false }
rand_xorshift = "0.3.0"
rayon = "1.7.0"
rustyline-derive = "0.10"
rustyline-derive = "0.11"
serde = { workspace = true, features = ["derive"] }
serde_bytes = "0.11.12"
serde_json = { workspace = true }
Expand All @@ -65,15 +65,15 @@ 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 }
[target.'cfg(target_arch = "x86_64")'.dependencies]
nova = { workspace = true, features = ["asm"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
pprof = { version = "0.13", optional = true} # only used in tests, under feature "flamegraph"
pprof = { version = "0.14", optional = true} # only used in tests, under feature "flamegraph"
proptest = { workspace = true }
proptest-derive = { workspace = true }
rand = "0.8.5"
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.1"
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 560bab0

Please sign in to comment.