hmac 0.9 and pbkdf2 0.5

This commit is contained in:
Jack Grigg
2020-08-30 18:14:58 +01:00
parent 23d0f96adc
commit 05a3b85934
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -28,13 +28,13 @@ der-parser = "4"
des = "0.4"
elliptic-curve = { version = "0.5", features = ["weierstrass"] }
getrandom = "0.1"
hmac = "0.8"
hmac = "0.9"
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.4"
pbkdf2 = "0.5"
p256 = "0.4"
p384 = "0.3"
pcsc = "2"