sasl: Update pbkdf2 dep to 0.12

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-08-20 21:23:39 +02:00
commit 0100909a28
2 changed files with 11 additions and 3 deletions

View file

@ -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 }