jid: Release 0.9.4

Astro created

Change summary

jid/Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

jid/Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "jid"
-version = "0.9.3"
+version = "0.9.4"
 authors = [
   "lumi <lumi@pew.im>",
   "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
@@ -19,5 +19,5 @@ edition = "2018"
 gitlab = { repository = "xmpp-rs/xmpp-rs" }
 
 [dependencies]
-minidom = { version = "0.14", optional = true }
+minidom = { version = "0.15", optional = true }
 serde = { version = "1.0", features = ["derive"], optional = true }