sasl: Update pbkdf2 dep to 0.12
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
6efc67a198
commit
0100909a28
2 changed files with 11 additions and 3 deletions
|
|
@ -25,4 +25,4 @@ getrandom = { version = "0.2", optional = true }
|
|||
sha-1 = { version = "0.10", optional = true }
|
||||
sha2 = { version = "0.10", optional = true }
|
||||
hmac = { version = "0.12", optional = true }
|
||||
pbkdf2 = { version = "0.11", default-features = false, optional = true }
|
||||
pbkdf2 = { version = "0.12", default-features = false, optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue