@@ -16,24 +16,24 @@ This crate also includes signing and verifying of Ed448 signatures.
1616"""
1717
1818[dependencies ]
19- elliptic-curve = { version = " 0.14.0-rc.23 " , features = [" arithmetic" , " pkcs8" ] }
19+ elliptic-curve = { version = " 0.14.0-rc.24 " , features = [" arithmetic" , " pkcs8" ] }
2020hash2curve = " 0.14.0-rc.8"
21- rand_core = { version = " 0.10.0-rc-5 " , default-features = false }
22- sha3 = { version = " 0.11.0-rc.3 " , default-features = false }
21+ rand_core = { version = " 0.10.0-rc-6 " , default-features = false }
22+ sha3 = { version = " 0.11.0-rc.4 " , default-features = false }
2323subtle = { version = " 2.6" , default-features = false }
2424
2525# optional dependencies
2626ed448 = { version = " 0.5.0-rc.2" , optional = true , default-features = false }
2727serdect = { version = " 0.4" , optional = true }
28- signature = { version = " 3.0.0-rc.8 " , optional = true , default-features = false , features = [" digest" , " rand_core" ] }
28+ signature = { version = " 3.0.0-rc.9 " , optional = true , default-features = false , features = [" digest" , " rand_core" ] }
2929
3030[dev-dependencies ]
3131criterion = { version = " 0.7" , default-features = false , features = [" cargo_bench_support" ] }
32- getrandom = { version = " 0.4.0-rc.0 " , features = [" sys_rng" ] }
32+ getrandom = { version = " 0.4.0-rc.1 " , features = [" sys_rng" ] }
3333hex-literal = " 1"
3434hex = " 0.4"
3535proptest = { version = " 1" , features = [" attr-macro" ] }
36- chacha20 = { version = " 0.10.0-rc.8 " , features = [" rng" ] }
36+ chacha20 = { version = " 0.10.0-rc.9 " , features = [" rng" ] }
3737serde_bare = " 0.5"
3838serde_json = " 1.0"
3939
0 commit comments