Bump p256 to v0.5; p384 to v0.4; MSRV 1.44+

This commit is contained in:
Tony Arcieri
2020-10-17 13:32:05 -07:00
parent 08220032db
commit cbe60413cb
6 changed files with 80 additions and 19 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ chrono = "0.4"
cookie-factory = "0.3"
der-parser = "4"
des = "0.5"
elliptic-curve = { version = "0.5", features = ["weierstrass"] }
elliptic-curve = "0.6"
getrandom = "0.1"
hmac = "0.9"
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.5"
p256 = "0.4"
p384 = "0.3"
p256 = "0.5"
p384 = "0.4"
pcsc = "2"
rsa = "0.3.0"
secrecy = "0.7"