jid: Release 0.9.2

Emmanuel Gil Peyrot created

Change summary

jid/CHANGELOG.md | 4 ++++
jid/Cargo.toml   | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)

Detailed changes

jid/CHANGELOG.md 🔗

@@ -1,3 +1,7 @@
+Version 0.9.2, release 2021-01-13:
+  * Updates
+    - Bumped minidom to 0.13
+
 Version 0.9.1, release 2021-01-13:
   * Updates
     - Added serde support behind "serde" feature

jid/Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "jid"
-version = "0.9.1"
+version = "0.9.2"
 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.12", optional = true }
+minidom = { version = "0.13", optional = true }
 serde = { version = "1.0", features = ["derive"], optional = true }