Bump dependencies

Emmanuel Gil Peyrot created

Change summary

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

Detailed changes

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

xmpp-parsers/Cargo.toml 🔗

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