elliptic-curve 0.5
Requires p256 0.4 and p384 0.3
This commit is contained in:
+3
-3
@@ -26,7 +26,7 @@ chrono = "0.4"
|
||||
cookie-factory = "0.3"
|
||||
der-parser = "4"
|
||||
des = "0.4"
|
||||
elliptic-curve = { version = "0.4", features = ["weierstrass"] }
|
||||
elliptic-curve = { version = "0.5", features = ["weierstrass"] }
|
||||
getrandom = "0.1"
|
||||
hmac = "0.8"
|
||||
log = "0.4"
|
||||
@@ -35,8 +35,8 @@ num-bigint = { version = "0.6", features = ["rand"], package = "num-bigint-dig"
|
||||
num-traits = "0.2"
|
||||
num-integer = "0.1"
|
||||
pbkdf2 = "0.4"
|
||||
p256 = "0.3"
|
||||
p384 = "0.2"
|
||||
p256 = "0.4"
|
||||
p384 = "0.3"
|
||||
pcsc = "2"
|
||||
rsa = "0.3.0"
|
||||
secrecy = "0.6"
|
||||
|
||||
Reference in New Issue
Block a user