mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-27 13:15:10 -06:00
chore(experiment): remove openidconnect reqwest feature to avoid reqwest/rustls pull-in (experiment)
This commit is contained in:
parent
03eb5a2ab0
commit
56e7b76db1
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user