Cargo.toml: Update minidom to 0.6.2 and jid to 0.3.0.
This commit is contained in:
parent
1af06fdf6d
commit
04ec34bed8
1 changed files with 2 additions and 5 deletions
|
@ -13,7 +13,8 @@ categories = ["parsing", "network-programming"]
|
|||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
minidom = "0.4.4"
|
||||
minidom = "0.6.2"
|
||||
jid = { version = "0.3.0", features = ["minidom"] }
|
||||
base64 = "0.6.0"
|
||||
digest = "0.6.0"
|
||||
sha-1 = "0.4.0"
|
||||
|
@ -23,10 +24,6 @@ blake2 = "0.6.1"
|
|||
chrono = "0.4.0"
|
||||
try_from = "0.2.2"
|
||||
|
||||
[dependencies.jid]
|
||||
version = "0.2.3"
|
||||
features = ["minidom"]
|
||||
|
||||
[features]
|
||||
# Build xmpp-parsers to make components instead of clients.
|
||||
component = []
|
||||
|
|
Loading…
Reference in a new issue