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();