mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Update to minidom 0.3.0.
This commit is contained in:
parent
1cea1987a2
commit
29725b9d4d
5 changed files with 5 additions and 9 deletions
|
@ -10,7 +10,7 @@ categories = ["parsing", "network-programming"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minidom = "0.2.0"
|
minidom = "0.3.0"
|
||||||
jid = "0.2.0"
|
jid = "0.2.0"
|
||||||
base64 = "0.5.0"
|
base64 = "0.5.0"
|
||||||
digest = "0.5.0"
|
digest = "0.5.0"
|
||||||
|
|
|
@ -4,8 +4,7 @@
|
||||||
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
// 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/.
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
use minidom::{Element, IntoElements};
|
use minidom::{Element, IntoElements, ElementEmitter};
|
||||||
use minidom::convert::ElementEmitter;
|
|
||||||
|
|
||||||
use error::Error;
|
use error::Error;
|
||||||
use jid::Jid;
|
use jid::Jid;
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
use hashes;
|
use hashes;
|
||||||
use hashes::{Hash, parse_hash};
|
use hashes::{Hash, parse_hash};
|
||||||
|
|
||||||
use minidom::{Element, IntoElements};
|
use minidom::{Element, IntoElements, ElementEmitter};
|
||||||
use minidom::convert::ElementEmitter;
|
|
||||||
|
|
||||||
use error::Error;
|
use error::Error;
|
||||||
use ns;
|
use ns;
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
use std::convert::TryFrom;
|
use std::convert::TryFrom;
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
||||||
use minidom::{Element, IntoElements, IntoAttributeValue};
|
use minidom::{Element, IntoElements, IntoAttributeValue, ElementEmitter};
|
||||||
use minidom::convert::ElementEmitter;
|
|
||||||
|
|
||||||
use jid::Jid;
|
use jid::Jid;
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,7 @@
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
use std::collections::BTreeMap;
|
use std::collections::BTreeMap;
|
||||||
|
|
||||||
use minidom::{Element, IntoElements, IntoAttributeValue};
|
use minidom::{Element, IntoElements, IntoAttributeValue, ElementEmitter};
|
||||||
use minidom::convert::ElementEmitter;
|
|
||||||
|
|
||||||
use jid::Jid;
|
use jid::Jid;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue