@@ -19,12 +19,12 @@ kem = "0.3"
1919rand_core = " 0.10"
2020
2121# optional dependencies
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" ] }
27- x25519 = { version = " 3.0.0-rc.0 " , package = " x25519-dalek" , optional = true , default-features = false }
22+ elliptic-curve = { version = " 0.14" , optional = true , default-features = false }
23+ k256 = { version = " 0.14.0-rc.14 " , optional = true , default-features = false , features = [" arithmetic" ] }
24+ p256 = { version = " 0.14.0-rc.14 " , optional = true , default-features = false , features = [" arithmetic" ] }
25+ p384 = { version = " 0.14.0-rc.14 " , optional = true , default-features = false , features = [" arithmetic" ] }
26+ p521 = { version = " 0.14.0-rc.14 " , optional = true , default-features = false , features = [" arithmetic" ] }
27+ x25519 = { version = " 3.0.0-rc.1 " , package = " x25519-dalek" , optional = true , default-features = false }
2828zeroize = { version = " 1.9" , optional = true , default-features = false }
2929
3030[dev-dependencies ]
0 commit comments