update base64 and openssl dependencies
This commit is contained in:
parent
e7f2c85278
commit
ccb7757d07
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ default = ["scram"]
|
|||
scram = ["openssl"]
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.5.0"
|
||||
base64 = "0.6.0"
|
||||
|
||||
[dependencies.openssl]
|
||||
version = "0.9.7"
|
||||
version = "0.9.13"
|
||||
optional = true
|
||||
|
|
Loading…
Reference in a new issue