jid, xmpp-parsers: Bump minidom.

This commit is contained in:
Emmanuel Gil Peyrot 2022-02-16 21:11:56 +01:00
parent 3cbc7ffacd
commit e8359cffdc
2 changed files with 2 additions and 2 deletions

View file

@ -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 }

View file

@ -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"