diff --git a/Cargo.toml b/Cargo.toml index 18cbe601..a5894871 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"