@@ -16,10 +16,10 @@ homepage = "https://github.com/RustCrypto/group"
1616repository = " https://github.com/RustCrypto/group"
1717
1818[dependencies ]
19- chacha20 = { version = " 0.10.0-rc.9 " , optional = true , default-features = false , features = [" rng" ] }
20- ff = { version = " = 0.14.0-pre.1 " , package = " rustcrypto-ff" , default-features = false }
21- rand = { version = " 0.10.0-rc.1 " , optional = true , default-features = false }
22- rand_core = { version = " 0.10.0-rc-6 " , default-features = false }
19+ chacha20 = { version = " 0.10.0-rc.10 " , optional = true , default-features = false , features = [" rng" ] }
20+ ff = { version = " 0.14.0-rc.0 " , package = " rustcrypto-ff" , default-features = false }
21+ rand = { version = " 0.10.0-rc.8 " , optional = true , default-features = false }
22+ rand_core = { version = " 0.10" , default-features = false }
2323# rand_xorshift = { version = "0.5.0-rc.0", optional = true }
2424subtle = { version = " 2.2.1" , default-features = false }
2525
@@ -37,4 +37,3 @@ maintenance = { status = "actively-developed" }
3737
3838[patch .crates-io .rand ]
3939git = " https://github.com/rust-random/rand"
40- branch = " rand_core/v0.10.0-rc-6"
0 commit comments