Bump all hash crates

This commit is contained in:
Emmanuel Gil Peyrot 2021-12-25 15:57:41 +01:00
commit 6e22c0fcb4
4 changed files with 17 additions and 17 deletions

View file

@ -21,7 +21,7 @@ scram = ["base64", "getrandom", "sha-1", "sha2", "hmac", "pbkdf2"]
[dependencies]
base64 = { version = "0.13", optional = true }
getrandom = { version = "0.2", optional = true }
sha-1 = { version = "0.9", optional = true }
sha2 = { version = "0.9", optional = true }
hmac = { version = "0.10", optional = true }
pbkdf2 = { version = "0.6", default-features = false, optional = true }
sha-1 = { version = "0.10", optional = true }
sha2 = { version = "0.10", optional = true }
hmac = { version = "0.12", optional = true }
pbkdf2 = { version = "0.10", default-features = false, optional = true }