tokio-xmpp: bump to 3.5

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

tokio-xmpp/Cargo.toml | 2 +-
tokio-xmpp/ChangeLog  | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)

Detailed changes

tokio-xmpp/Cargo.toml 🔗

@@ -1,6 +1,6 @@
 [package]
 name = "tokio-xmpp"
-version = "3.4.0"
+version = "3.5.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>"]
 description = "Asynchronous XMPP for Rust with tokio"
 license = "MPL-2.0"

tokio-xmpp/ChangeLog 🔗

@@ -1,3 +1,12 @@
+Version 3.5.0:
+2023-10-24 Maxime “pep” Buquet <pep@bouah.net>
+    * Changes:
+      - Require one and only one of tls-native and tls-rust to be enabled.
+        Technically a breaking change, but enabling both wasn't working in the
+        previous release anyway.
+      - Various fixes that were guarded under the tls-rust feature. All
+        updates from dependencies.
+
 Version 3.4.0:
 2023-08-17 Maxime “pep” Buquet <pep@bouah.net>
     * Breaking changes: