From 15448b5a53d0384bc48b2e3c37842a0724f596dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:12:10 +0000 Subject: [PATCH] chore(deps): bump the rust-dependencies group across 1 directory with 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](https://github.com/privacy-scaling-explorations/halo2curves/compare/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](https://github.com/rust-random/rand/compare/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](https://github.com/rust-random/rand/compare/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](https://github.com/rust-itertools/itertools/compare/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](https://github.com/rust-random/rand/compare/0.8.5...0.9.0) Updates `getrandom` to 0.3.1 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/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] --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 18cbe6018..a58948715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } @@ -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" @@ -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"