From 9c7373b9c5a2be94756e28da36abff3d91161fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Wed, 7 Jan 2026 15:53:16 +0100 Subject: [PATCH] fix(oidc): use correct feature for rustls --- packages/methods/shield-oidc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/methods/shield-oidc/Cargo.toml b/packages/methods/shield-oidc/Cargo.toml index 58b1fb7..024bd0d 100644 --- a/packages/methods/shield-oidc/Cargo.toml +++ b/packages/methods/shield-oidc/Cargo.toml @@ -14,7 +14,7 @@ ignored = ["oauth2", "serde_json"] [features] default = [] native-tls = ["oauth2/native-tls", "openidconnect/native-tls"] -rustls-tls = ["oauth2/rustls-tls", "openidconnect/native-tls"] +rustls-tls = ["oauth2/rustls-tls", "openidconnect/rustls-tls"] [dependencies] async-trait.workspace = true