Bump outdated dependencies in minidom and xmpp-parsers.

Emmanuel Gil Peyrot created

Change summary

minidom/Cargo.toml      | 2 +-
xmpp-parsers/Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

minidom/Cargo.toml 🔗

@@ -21,4 +21,4 @@ edition = "2018"
 gitlab = { repository = "xmpp-rs/xmpp-rs" }
 
 [dependencies]
-quick-xml = "0.18"
+quick-xml = "0.20"

xmpp-parsers/Cargo.toml 🔗

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