From c5a813f6c57669688dc9bf0d7272e799fa3863b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sat, 15 Feb 2020 02:26:35 +0100 Subject: [PATCH] jid: 0.9.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- jid-rs/Cargo.toml | 2 +- xmpp-parsers/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jid-rs/Cargo.toml b/jid-rs/Cargo.toml index e3e4da3d6ae40d55fe5e15db2f0d9f03a8b659c4..9fc6a8a4b25d78ecadd5020258e172b4b27fbc63 100644 --- a/jid-rs/Cargo.toml +++ b/jid-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jid" -version = "0.8.0" +version = "0.9.0" authors = [ "lumi ", "Emmanuel Gil Peyrot ", diff --git a/xmpp-parsers/Cargo.toml b/xmpp-parsers/Cargo.toml index 991dd16d10d4b8b9c3c5cd240cfddf4a69128bc5..8472902fd8df3b0e679cd70e0bb32f1566561f70 100644 --- a/xmpp-parsers/Cargo.toml +++ b/xmpp-parsers/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" [dependencies] minidom = "0.12.0" -jid = { version = "0.8", features = ["minidom"] } +jid = { version = "0.9", features = ["minidom"] } base64 = "0.10" digest = "0.8" sha-1 = "0.8"