jid, xmpp-parsers: Bump minidom.
This commit is contained in:
parent
3cbc7ffacd
commit
e8359cffdc
2 changed files with 2 additions and 2 deletions
|
@ -19,5 +19,5 @@ edition = "2018"
|
|||
gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
||||
|
||||
[dependencies]
|
||||
minidom = { version = "0.13", optional = true }
|
||||
minidom = { version = "0.14", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
|
|
|
@ -14,7 +14,7 @@ license = "MPL-2.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
minidom = "0.13"
|
||||
minidom = "0.14"
|
||||
jid = { version = "0.9", features = ["minidom"] }
|
||||
base64 = "0.13"
|
||||
digest = "0.10"
|
||||
|
|
Loading…
Reference in a new issue