xmpp-parsers: Bump base64 to 0.11.
This commit is contained in:
parent
944c4a0815
commit
04df9fde63
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
minidom = "0.12.0"
|
||||
jid = { version = "0.9", features = ["minidom"] }
|
||||
base64 = "0.10"
|
||||
base64 = "0.11"
|
||||
digest = "0.8"
|
||||
sha-1 = "0.8"
|
||||
sha2 = "0.8"
|
||||
|
|
Loading…
Reference in a new issue