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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 8997d73 commit f9e229f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/argumentcomputer/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 Expand Up @@ -57,7 +57,7 @@ getrandom = { version = "0.2.0", default-features = false, features = ["js"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
proptest = "1.2.0"
pprof = { version = "0.13", optional = true } # in benches under feature "flamegraph"
pprof = { version = "0.14", optional = true } # in benches under feature "flamegraph"

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down

0 comments on commit f9e229f

Please sign in to comment.