Bump outdated dependencies in minidom and xmpp-parsers.
This commit is contained in:
parent
0c0be96ec4
commit
7d19101e6e
2 changed files with 2 additions and 2 deletions
|
@ -21,4 +21,4 @@ edition = "2018"
|
|||
gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
||||
|
||||
[dependencies]
|
||||
quick-xml = "0.18"
|
||||
quick-xml = "0.20"
|
||||
|
|
|
@ -16,7 +16,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
minidom = "0.12.0"
|
||||
jid = { version = "0.9", features = ["minidom"] }
|
||||
base64 = "0.12"
|
||||
base64 = "0.13"
|
||||
digest = "0.9"
|
||||
sha-1 = "0.9"
|
||||
sha2 = "0.9"
|
||||
|
|
Loading…
Reference in a new issue