Bump elliptic-curve from 0.2.0 to 0.3.0

This commit is contained in:
Tony Arcieri
2020-01-07 15:11:27 -05:00
parent 4999139b9d
commit 27504890d7
3 changed files with 30 additions and 8 deletions
+3 -1
View File
@@ -26,13 +26,15 @@ chrono = "0.4"
cookie-factory = "0.3"
der-parser = "3"
des = "0.3"
elliptic-curve = "0.2"
elliptic-curve = { version = "0.3", features = ["weierstrass"] }
getrandom = "0.1"
hmac = "0.7"
log = "0.4"
nom = "5"
num-bigint = { version = "0.2", features = ["rand"] }
pbkdf2 = "0.3"
p256 = "0.1"
p384 = "0.1"
pcsc = "2"
rsa = "0.2.0"
secrecy = "0.6"