tokio-xmpp: Release 3.2.0
This commit is contained in:
parent
947260a1ce
commit
1613a1c667
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tokio-xmpp"
|
name = "tokio-xmpp"
|
||||||
version = "3.1.0"
|
version = "3.2.0"
|
||||||
authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>", "O01eg <o01eg@yandex.ru>", "SonnyX <randy@vonderweide.nl>", "Paul Fariello <paul@fariello.eu>"]
|
authors = ["Astro <astro@spaceboyz.net>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "pep <pep+code@bouah.net>", "O01eg <o01eg@yandex.ru>", "SonnyX <randy@vonderweide.nl>", "Paul Fariello <paul@fariello.eu>"]
|
||||||
description = "Asynchronous XMPP for Rust with tokio"
|
description = "Asynchronous XMPP for Rust with tokio"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
@ -26,7 +26,7 @@ tokio-util = { version = "0.6", features = ["codec"] }
|
||||||
trust-dns-proto = "0.20"
|
trust-dns-proto = "0.20"
|
||||||
trust-dns-resolver = "0.20"
|
trust-dns-resolver = "0.20"
|
||||||
xmpp-parsers = "0.19"
|
xmpp-parsers = "0.19"
|
||||||
minidom = "0.14"
|
minidom = "0.15"
|
||||||
rxml = "^0.8.0"
|
rxml = "^0.8.0"
|
||||||
webpki-roots = { version = "0.22", optional = true }
|
webpki-roots = { version = "0.22", optional = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue