Cargo.toml: Update minidom to 0.6.2 and jid to 0.3.0.

This commit is contained in:
Emmanuel Gil Peyrot 2017-08-27 01:48:28 +01:00
parent 1af06fdf6d
commit 04ec34bed8

View file

@ -13,7 +13,8 @@ categories = ["parsing", "network-programming"]
license = "MPL-2.0" license = "MPL-2.0"
[dependencies] [dependencies]
minidom = "0.4.4" minidom = "0.6.2"
jid = { version = "0.3.0", features = ["minidom"] }
base64 = "0.6.0" base64 = "0.6.0"
digest = "0.6.0" digest = "0.6.0"
sha-1 = "0.4.0" sha-1 = "0.4.0"
@ -23,10 +24,6 @@ blake2 = "0.6.1"
chrono = "0.4.0" chrono = "0.4.0"
try_from = "0.2.2" try_from = "0.2.2"
[dependencies.jid]
version = "0.2.3"
features = ["minidom"]
[features] [features]
# Build xmpp-parsers to make components instead of clients. # Build xmpp-parsers to make components instead of clients.
component = [] component = []