@@ -12,7 +12,7 @@ rust-version = "1.85"
1212[dependencies ]
1313crypto-bigint = { version = " 0.7.0-rc.22" , default-features = false , features = [" rand_core" ] }
1414libm = { version = " 0.2.13" , default-features = false , features = [" arch" ] }
15- rand_core = { version = " 0.10.0-rc-6 " , default-features = false }
15+ rand_core = { version = " 0.10" , default-features = false }
1616rayon = { version = " 1" , optional = true , default-features = false }
1717
1818# Optional dependencies used in tests and benchmarks
@@ -21,7 +21,7 @@ rug = { version = "1.26", optional = true, default-features = false, features =
2121glass_pumpkin = { version = " 1" , optional = true }
2222
2323[dev-dependencies ]
24- rand = { version = " 0.10.0-rc.7 " , features = [" chacha" ] }
24+ rand = { version = " 0.10" , features = [" chacha" ] }
2525# need `crypto-bigint` with `alloc` to test `BoxedUint`
2626crypto-bigint = { version = " 0.7.0-pre.22" , default-features = false , features = [" alloc" ] }
2727criterion = { version = " 0.5" , features = [" html_reports" ] }
@@ -61,7 +61,3 @@ harness = false
6161[[bench ]]
6262name = " cctv"
6363harness = false
64-
65- [patch .crates-io .rand ]
66- git = " https://github.com/rust-random/rand"
67- branch = " rand_core/v0.10.0-rc-6"
0 commit comments