diff --git a/Cargo.toml b/Cargo.toml index 224a1715..98c55a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ ff = { version = "0.13.0", features = ["derive"] } digest = "0.10" sha3 = "0.10" rayon = "1.10" -rand_core = { version = "0.6", default-features = false } -rand_chacha = "0.3" +rand_core = { version = "0.9.0", default-features = false } +rand_chacha = "0.9.0" subtle = "2.6.1" halo2curves = { version = "0.8.0", features = ["bits", "derive_serde"] } generic-array = "1.2.0" @@ -33,7 +33,7 @@ once_cell = "1.18.0" itertools = "0.14.0" [target.'cfg(target_arch = "wasm32")'.dependencies] -getrandom = { version = "0.2.15", default-features = false, features = ["js"] } +getrandom = { version = "0.3.1", default-features = false, features = ["js"] } [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] } @@ -43,7 +43,7 @@ pprof2 = { version = "0.13" } cfg-if = "1.0.0" sha2 = "0.10.7" proptest = "1.6.0" -rand = "0.8.5" +rand = "0.9.0" expect-test = "1.5.1" [[bench]]