@@ -19,13 +19,13 @@ kem = "0.3"
1919rand_core = " 0.10"
2020
2121# optional dependencies
22- elliptic-curve = { version = " 0.14.0-rc.33 " , optional = true , default-features = false }
23- k256 = { version = " 0.14.0-rc.10 " , optional = true , default-features = false , features = [" arithmetic" ] }
24- p256 = { version = " 0.14.0-rc.10 " , optional = true , default-features = false , features = [" arithmetic" ] }
25- p384 = { version = " 0.14.0-rc.10 " , optional = true , default-features = false , features = [" arithmetic" ] }
26- p521 = { version = " 0.14.0-rc.10 " , optional = true , default-features = false , features = [" arithmetic" ] }
22+ elliptic-curve = { version = " 0.14.0-rc.35 " , optional = true , default-features = false }
23+ k256 = { version = " 0.14.0-rc.12 " , optional = true , default-features = false , features = [" arithmetic" ] }
24+ p256 = { version = " 0.14.0-rc.12 " , optional = true , default-features = false , features = [" arithmetic" ] }
25+ p384 = { version = " 0.14.0-rc.12 " , optional = true , default-features = false , features = [" arithmetic" ] }
26+ p521 = { version = " 0.14.0-rc.12 " , optional = true , default-features = false , features = [" arithmetic" ] }
2727x25519 = { version = " 3.0.0-rc.0" , package = " x25519-dalek" , optional = true , default-features = false }
28- zeroize = { version = " 1.8.1 " , optional = true , default-features = false }
28+ zeroize = { version = " 1.9 " , optional = true , default-features = false }
2929
3030[dev-dependencies ]
3131getrandom = { version = " 0.4" , features = [" sys_rng" ] }
0 commit comments