Bump RustCrypto dependencies
Updates all RustCrypto crates (`crypto-mac`, `des`, `hmac`, `pbkdf2`) to the latest versions.
This commit is contained in:
+4
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user