xmpp-rs/tokio-xmpp/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Maxime “pep” Buquet 5b1706a311
tokio-xmpp: Update dependencies
Update tokio_rustls, idna, webpki_roots.

https://github.com/rustls/rustls/releases/tag/v%2F0.22.0
> ConfigBuilder::with_safe_defaults - calls to this can simply be deleted since safe defaults are now implicit.
> OwnedTrustAnchor - use rustls_pki_types::TrustAnchor instead, and replace from_subject_spki_name_constraints with direct assignment to the struct fields.

`RootCertStore::add_trust_anchors` seems to be removed too.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2024-07-25 20:51:20 +02:00
..
client tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
component tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
starttls tokio-xmpp: Update dependencies 2024-07-25 20:51:20 +02:00
tcp tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
connect.rs tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
error.rs tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
event.rs tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
lib.rs tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
stream_features.rs tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
stream_start.rs tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
xmpp_codec.rs tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
xmpp_stream.rs tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00