Skip to content

Commit

Permalink
chore(deps): bump the rust-dependencies group with 3 updates (lurk-la…
Browse files Browse the repository at this point in the history
…ng#219)

Updates the requirements on [generic-array](https://github.com/fizyk20/generic-array), [criterion](https://github.com/bheisler/criterion.rs) and [pprof](https://github.com/tikv/pprof-rs) to permit the latest version.

Updates `generic-array` to 1.0.0
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md)
- [Commits](fizyk20/generic-array@0.14.4...1.0.0)

Updates `criterion` to 0.5.1
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.4.0...0.5.1)

Updates `pprof` to 0.13.0
- [Changelog](https://github.com/tikv/pprof-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tikv/pprof-rs/commits)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: criterion
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: pprof
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 31, 2023
1 parent 58bc464 commit 7754a70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand_chacha = "0.3"
subtle = "2.5"
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch="dev", features = ["repr-c", "serde"] }
neptune = { git = "https://github.com/lurk-lab/neptune", branch="dev", default-features = false, features = ["abomonation"] }
generic-array = "0.14.4"
generic-array = "1.0.0"
num-bigint = { version = "0.4", features = ["serde", "rand"] }
num-traits = "0.2"
num-integer = "0.1"
Expand Down Expand Up @@ -63,10 +63,10 @@ getrandom = { version = "0.2.0", default-features = false, features = ["js"] }
halo2curves = { version = "0.5.0", default-features = false, features = ["bits", "derive_serde"] }

[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }
flate2 = "1.0"
hex = "0.4.3"
pprof = { version = "0.11" }
pprof = { version = "0.13" }
sha2 = "0.10.7"
tracing-test = "0.2.4"
proptest = "1.2.0"
Expand Down

0 comments on commit 7754a70

Please sign in to comment.