From 56e7b76db1d95e34637338e71c1506e44d77c156 Mon Sep 17 00:00:00 2001 From: kalvinparker <106995826+kalvinparker@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:55:31 +0000 Subject: [PATCH] chore(experiment): remove openidconnect reqwest feature to avoid reqwest/rustls pull-in (experiment) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6bb9164..26bbd613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ pastey = "0.1.1" governor = "0.10.1" # OIDC for SSO -openidconnect = { version = "^4.0", features = ["reqwest", "native-tls"] } +openidconnect = { version = "^4.0", features = ["native-tls"] } mini-moka = "0.10.3" # Check client versions for specific features.