Update to minidom 0.3.0.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-04 01:20:22 +01:00
parent 1cea1987a2
commit 29725b9d4d
5 changed files with 5 additions and 9 deletions

View file

@ -10,7 +10,7 @@ categories = ["parsing", "network-programming"]
license = "MPL-2.0"
[dependencies]
minidom = "0.2.0"
minidom = "0.3.0"
jid = "0.2.0"
base64 = "0.5.0"
digest = "0.5.0"

View file

@ -4,8 +4,7 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
use minidom::{Element, IntoElements};
use minidom::convert::ElementEmitter;
use minidom::{Element, IntoElements, ElementEmitter};
use error::Error;
use jid::Jid;

View file

@ -7,8 +7,7 @@
use hashes;
use hashes::{Hash, parse_hash};
use minidom::{Element, IntoElements};
use minidom::convert::ElementEmitter;
use minidom::{Element, IntoElements, ElementEmitter};
use error::Error;
use ns;

View file

@ -7,8 +7,7 @@
use std::convert::TryFrom;
use std::str::FromStr;
use minidom::{Element, IntoElements, IntoAttributeValue};
use minidom::convert::ElementEmitter;
use minidom::{Element, IntoElements, IntoAttributeValue, ElementEmitter};
use jid::Jid;

View file

@ -7,8 +7,7 @@
use std::str::FromStr;
use std::collections::BTreeMap;
use minidom::{Element, IntoElements, IntoAttributeValue};
use minidom::convert::ElementEmitter;
use minidom::{Element, IntoElements, IntoAttributeValue, ElementEmitter};
use jid::Jid;