From 148240cbbb4b7379f0f7e676d4a16b75082ea8c0 Mon Sep 17 00:00:00 2001 From: Ginger Date: Wed, 1 Oct 2025 14:55:17 -0400 Subject: [PATCH] fix: Add missing ldap3 feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6938a5a..3a56205f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -553,7 +553,7 @@ version = "1.0.2" [workspace.dependencies.ldap3] version = "0.12.0" default-features = false -features = ["sync", "tls-rustls"] +features = ["sync", "tls-rustls", "rustls-provider"] [workspace.dependencies.resolv-conf] version = "0.7.5"