Bump RustCrypto dependencies

Updates all RustCrypto crates (`crypto-mac`, `des`, `hmac`, `pbkdf2`)
to the latest versions.
This commit is contained in:
Tony Arcieri
2020-10-18 10:12:09 -07:00
parent 811a7d5373
commit 17ae87f741
3 changed files with 24 additions and 24 deletions
+4 -4
View File
@@ -25,20 +25,20 @@ maintenance = { status = "experimental" }
chrono = "0.4"
cookie-factory = "0.3"
der-parser = "4"
des = "0.5"
des = "0.6"
elliptic-curve = "0.6"
getrandom = "0.1"
hmac = "0.9"
hmac = "0.10"
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.5"
pbkdf2 = "0.6"
p256 = "0.5"
p384 = "0.4"
pcsc = "2"
rsa = "0.3.0"
rsa = "0.3"
secrecy = "0.7"
sha-1 = "0.9"
sha2 = "0.9"