@@ -20,10 +20,10 @@ rand_core = "0.10"
2020
2121# optional dependencies
2222elliptic-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" ] }
23+ k256 = { version = " 0.14" , optional = true , default-features = false , features = [" arithmetic" ] }
24+ p256 = { version = " 0.14" , optional = true , default-features = false , features = [" arithmetic" ] }
25+ p384 = { version = " 0.14" , optional = true , default-features = false , features = [" arithmetic" ] }
26+ p521 = { version = " 0.14" , optional = true , default-features = false , features = [" arithmetic" ] }
2727x25519 = { version = " 3" , package = " x25519-dalek" , optional = true , default-features = false }
2828zeroize = { version = " 1.9" , optional = true , default-features = false }
2929
0 commit comments