minidom-rs/Cargo.toml 🔗
@@ -21,7 +21,7 @@ edition = "2018"
gitlab = { repository = "xmpp-rs/xmpp-rs" }
[dependencies]
-quick-xml = "0.17"
+quick-xml = "0.18"
[features]
default = ["comments"]
Emmanuel Gil Peyrot created
minidom-rs/Cargo.toml | 2 +-
xmpp-parsers/Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -21,7 +21,7 @@ edition = "2018"
gitlab = { repository = "xmpp-rs/xmpp-rs" }
[dependencies]
-quick-xml = "0.17"
+quick-xml = "0.18"
[features]
default = ["comments"]
@@ -16,7 +16,7 @@ edition = "2018"
[dependencies]
minidom = "0.12.0"
jid = { version = "0.9", features = ["minidom"] }
-base64 = "0.11"
+base64 = "0.12"
digest = "0.8"
sha-1 = "0.8"
sha2 = "0.8"