update base64 and openssl deps
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
3abbdc6409
commit
a7f460f900
2 changed files with 6 additions and 6 deletions
|
|
@ -18,8 +18,8 @@ default = ["scram"]
|
|||
scram = ["openssl"]
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.6.0"
|
||||
base64 = "0.9.0"
|
||||
|
||||
[dependencies.openssl]
|
||||
version = "0.9.13"
|
||||
version = "0.10.4"
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue