From a733ea5fb8593bedafd56fd664627bb7236ea17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Wed, 27 Dec 2017 16:42:07 +0100 Subject: [PATCH] Update minidom dep to 0.7.0 --- Cargo.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e87ebc91..11ae9724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "jid" -version = "0.3.1" -authors = ["lumi ", "Emmanuel Gil Peyrot "] +version = "0.4.0" +authors = [ + "lumi ", + "Emmanuel Gil Peyrot ", + "Maxime “pep” Buquet ", +] description = "A crate which provides a Jid struct for Jabber IDs." homepage = "https://gitlab.com/lumi/jid-rs" repository = "https://gitlab.com/lumi/jid-rs" @@ -14,4 +18,4 @@ license = "LGPL-3.0+" gitlab = { repository = "lumi/jid-rs" } [dependencies] -minidom = { version = "0.6.1", optional = true } +minidom = { version = "0.7", optional = true }