Cargo.toml 🔗
@@ -16,7 +16,7 @@ gitlab = { repository = "lumi/xmpp-rs" }
[dependencies]
xml-rs = "0.4.1"
-xmpp-parsers = "0.3.0"
+xmpp-parsers = "0.4.0"
openssl = "0.9.12"
base64 = "0.5.2"
minidom = "0.4.1"
lumi created
Update xmpp-parsers, needed by pending PRs
See merge request !16
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -16,7 +16,7 @@ gitlab = { repository = "lumi/xmpp-rs" }
[dependencies]
xml-rs = "0.4.1"
-xmpp-parsers = "0.3.0"
+xmpp-parsers = "0.4.0"
openssl = "0.9.12"
base64 = "0.5.2"
minidom = "0.4.1"