From b6618ffa3db0f3f98023478ccc581a0c6e212e88 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 13 Jul 2022 20:49:40 +0200 Subject: [PATCH] jid: Release 0.9.4 --- jid/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jid/Cargo.toml b/jid/Cargo.toml index 3e3620fc..16dfbedb 100644 --- a/jid/Cargo.toml +++ b/jid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.9.3" +version = "0.9.4" authors = [ "lumi ", "Emmanuel Gil Peyrot ", @@ -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 }