From 7587b327223f7e503d900be9e5d71ec60b94d6da Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sat, 4 Oct 2025 22:38:43 +0200 Subject: [PATCH] Update rustls-native-certs versions in docs --- actix-tls/src/connect/rustls_0_22.rs | 2 +- actix-tls/src/connect/rustls_0_23.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-tls/src/connect/rustls_0_22.rs b/actix-tls/src/connect/rustls_0_22.rs index 515af016..de6c28e4 100644 --- a/actix-tls/src/connect/rustls_0_22.rs +++ b/actix-tls/src/connect/rustls_0_22.rs @@ -35,7 +35,7 @@ pub mod reexports { /// /// See [`rustls_native_certs::load_native_certs()`] for more info on behavior and errors. /// -/// [`rustls_native_certs::load_native_certs()`]: rustls_native_certs_07::load_native_certs() +/// [`rustls_native_certs::load_native_certs()`]: rustls_native_certs_08::load_native_certs() #[cfg(feature = "rustls-0_22-native-roots")] pub fn native_roots_cert_store() -> io::Result { let mut root_certs = tokio_rustls::rustls::RootCertStore::empty(); diff --git a/actix-tls/src/connect/rustls_0_23.rs b/actix-tls/src/connect/rustls_0_23.rs index 8ae84316..da776468 100644 --- a/actix-tls/src/connect/rustls_0_23.rs +++ b/actix-tls/src/connect/rustls_0_23.rs @@ -35,7 +35,7 @@ pub mod reexports { /// /// See [`rustls_native_certs::load_native_certs()`] for more info on behavior and errors. /// -/// [`rustls_native_certs::load_native_certs()`]: rustls_native_certs_07::load_native_certs() +/// [`rustls_native_certs::load_native_certs()`]: rustls_native_certs_08::load_native_certs() #[cfg(feature = "rustls-0_23-native-roots")] pub fn native_roots_cert_store() -> io::Result { let mut root_certs = tokio_rustls::rustls::RootCertStore::empty();