Bump all hash crates
This commit is contained in:
parent
5316d5aa4b
commit
6e22c0fcb4
4 changed files with 17 additions and 17 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue