mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Cargo.toml: Bump dependencies.
This commit is contained in:
parent
bc6c87b534
commit
6dd73f3a05
1 changed files with 8 additions and 8 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -13,15 +13,15 @@ categories = ["parsing", "network-programming"]
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minidom = { version = "0.8.0" }
|
minidom = "0.9.1"
|
||||||
jid = { version = "0.5.0", features = ["minidom"] }
|
jid = { version = "0.5.2", features = ["minidom"] }
|
||||||
base64 = "0.9.0"
|
base64 = "0.9.2"
|
||||||
digest = "0.7.1"
|
digest = "0.7.5"
|
||||||
sha-1 = "0.7.0"
|
sha-1 = "0.7.0"
|
||||||
sha2 = "0.7.0"
|
sha2 = "0.7.1"
|
||||||
sha3 = "0.7.0"
|
sha3 = "0.7.3"
|
||||||
blake2 = "0.7.0"
|
blake2 = "0.7.1"
|
||||||
chrono = "0.4.0"
|
chrono = "0.4.5"
|
||||||
try_from = "0.2.2"
|
try_from = "0.2.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue