mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Cargo.toml: Bump minidom and jid.
This commit is contained in:
parent
018a303090
commit
66b87257ea
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ license = "MPL-2.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
minidom = "0.9.1"
|
||||
jid = { version = "0.5.2", features = ["minidom"] }
|
||||
minidom = "0.10.0"
|
||||
jid = { version = "0.5.3", features = ["minidom"] }
|
||||
base64 = "0.10"
|
||||
digest = "0.8"
|
||||
sha-1 = "0.8"
|
||||
|
|
Loading…
Reference in a new issue