Browse Source

chore(experiment): remove openidconnect reqwest feature to avoid reqwest/rustls pull-in (experiment)

pull/6727/head
kalvinparker 3 months ago
parent
commit
56e7b76db1
  1. 2
      Cargo.toml

2
Cargo.toml

@ -172,7 +172,7 @@ pastey = "0.1.1"
governor = "0.10.1" governor = "0.10.1"
# OIDC for SSO # OIDC for SSO
openidconnect = { version = "^4.0", features = ["reqwest", "native-tls"] } openidconnect = { version = "^4.0", features = ["native-tls"] }
mini-moka = "0.10.3" mini-moka = "0.10.3"
# Check client versions for specific features. # Check client versions for specific features.

Loading…
Cancel
Save