From 07d1948190b460e5d8d022eb17eaf4bff1679c91 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:27:45 +0000 Subject: [PATCH] Add native certificate support to lldap_set_password Co-authored-by: nitnelave <796633+nitnelave@users.noreply.github.com> --- Cargo.lock | 1 + set-password/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 79c895f..f866326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3717,6 +3717,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "rustls 0.21.12", + "rustls-native-certs", "rustls-pemfile 1.0.4", "serde", "serde_json", diff --git a/set-password/Cargo.toml b/set-password/Cargo.toml index 538c86d..fbe2141 100644 --- a/set-password/Cargo.toml +++ b/set-password/Cargo.toml @@ -26,7 +26,7 @@ features = ["opaque_client"] [dependencies.reqwest] version = "*" default-features = false -features = ["json", "blocking", "rustls-tls"] +features = ["json", "blocking", "rustls-tls", "rustls-tls-native-roots"] [dependencies.serde] workspace = true