tokio-xmpp: Bump rustls-native-certs and webpki-roots

skip-changelog: This is just a dependency bump.
This commit is contained in:
Link Mauve 2025-07-28 15:06:01 +02:00
commit a58fb7e2f9
2 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@ where
#[cfg(feature = "rustls-native-certs")]
{
root_store.add_parsable_certificates(rustls_native_certs::load_native_certs()?);
root_store.add_parsable_certificates(rustls_native_certs::load_native_certs().certs);
}
#[allow(unused_mut, reason = "This config is mutable when using ktls")]