Update base64 to 0.12.
This commit is contained in:
parent
21e9c8e660
commit
492e35b4be
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ default = ["scram"]
|
|||
scram = ["base64", "getrandom", "sha-1", "sha2", "hmac", "pbkdf2"]
|
||||
|
||||
[dependencies]
|
||||
base64 = { version = "0.10", optional = true }
|
||||
base64 = { version = "0.12", optional = true }
|
||||
getrandom = { version = "0.1", optional = true }
|
||||
sha-1 = { version = "0.8", optional = true }
|
||||
sha2 = { version = "0.8", optional = true }
|
||||
|
|
Loading…
Reference in a new issue