Update rsa to v0.3 & other dependencies (#142)

* Update rsa to v0.3 & other dependencies
This commit is contained in:
Shella Stephens
2020-06-15 16:40:33 -07:00
committed by GitHub
parent 15f9e265e6
commit 860c163eb9
5 changed files with 239 additions and 294 deletions
+9 -9
View File
@@ -25,23 +25,23 @@ maintenance = { status = "experimental" }
chrono = "0.4"
cookie-factory = "0.3"
der-parser = "3"
des = "0.3"
elliptic-curve = { version = "0.3", features = ["weierstrass"] }
des = "0.4"
elliptic-curve = { version = "0.4", features = ["weierstrass"] }
getrandom = "0.1"
hmac = "0.7"
hmac = "0.8"
log = "0.4"
nom = "5"
num-bigint = { version = "0.6", features = ["rand"], package = "num-bigint-dig" }
num-traits = "0.2"
num-integer = "0.1"
pbkdf2 = "0.3"
p256 = "0.2"
p384 = "0.1"
pbkdf2 = "0.4"
p256 = "0.3"
p384 = "0.2"
pcsc = "2"
rsa = "0.2.0"
rsa = "0.3.0"
secrecy = "0.6"
sha-1 = "0.8"
sha2 = "0.8"
sha-1 = "0.9"
sha2 = "0.9"
subtle = "2"
subtle-encoding = "0.5"
x509 = "0.1.2"