Bump dependencies
This commit is contained in:
parent
f41b6bfd32
commit
c154593fe5
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ edition = "2018"
|
||||||
gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
quick-xml = "0.17"
|
quick-xml = "0.18"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["comments"]
|
default = ["comments"]
|
||||||
|
|
|
@ -16,7 +16,7 @@ edition = "2018"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minidom = "0.12.0"
|
minidom = "0.12.0"
|
||||||
jid = { version = "0.9", features = ["minidom"] }
|
jid = { version = "0.9", features = ["minidom"] }
|
||||||
base64 = "0.11"
|
base64 = "0.12"
|
||||||
digest = "0.8"
|
digest = "0.8"
|
||||||
sha-1 = "0.8"
|
sha-1 = "0.8"
|
||||||
sha2 = "0.8"
|
sha2 = "0.8"
|
||||||
|
|
Loading…
Reference in a new issue