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

Updates the requirements on [halo2curves](https://github.com/privacy-scaling-explorations/halo2curves), [rand_core](https://github.com/rust-random/rand), [rand_chacha](https://github.com/rust-random/rand), [itertools](https://github.com/rust-itertools/itertools), [rand](https://github.com/rust-random/rand) and [getrandom](https://github.com/rust-random/getrandom) to permit the latest version.

Updates `halo2curves` to 0.8.0
- [Release notes](https://github.com/privacy-scaling-explorations/halo2curves/releases)
- [Commits](privacy-scaling-explorations/halo2curves@v0.6.0...v0.8.0)

Updates `rand_core` to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.6.0...rand_core-0.9.2)

Updates `rand_chacha` to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_chacha-0.3.0...0.9.0)

Updates `itertools` to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

Updates `rand` to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

Updates `getrandom` to 0.3.1
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.0...v0.3.1)

---
updated-dependencies:
- dependency-name: halo2curves
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: rand_core
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: rand_chacha
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: itertools
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: rand
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: getrandom
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 8997d73 commit 15448b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ 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.8.0", features = ["bits", "derive_serde"] }
sha3 = "0.10"
rayon = "1.7"
rand_core = { version = "0.6", default-features = false }
rand_chacha = "0.3"
rand_core = { version = "0.9", default-features = false }
rand_chacha = "0.9"
subtle = "2.5"
pasta_curves = { version = "0.5.0", features = ["repr-c", "serde"] }
neptune = { git = "https://github.com/argumentcomputer/neptune", branch="dev", default-features = false, features = ["abomonation"] }
Expand All @@ -40,8 +40,8 @@ abomonation_derive = { version = "0.1.0", package = "abomonation_derive_ng" }
tracing = "0.1.37"
cfg-if = "1.0.0"
once_cell = "1.18.0"
itertools = "0.13.0" # zip_eq
rand = "0.8.5"
itertools = "0.14.0" # zip_eq
rand = "0.9.0"
ref-cast = "1.0.20" # allocation-less conversion in multilinear polys
derive_more = "0.99.17" # lightens impl macros for pasta
static_assertions = "1.1.0"
Expand All @@ -53,7 +53,7 @@ rayon-scan = "0.1.0"
grumpkin-msm = { git = "https://github.com/argumentcomputer/grumpkin-msm", branch = "dev" }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2.0", default-features = false, features = ["js"] }
getrandom = { version = "0.3.1", default-features = false, features = ["js"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
proptest = "1.2.0"
Expand Down

0 comments on commit 15448b5

Please sign in to comment.