mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-30 07:49:42 -06:00
chore(deps): revert attempted openidconnect/rmpv bumps (incompatible with crates.io)
This commit is contained in:
parent
f84d861746
commit
eb077610b8
@ -72,7 +72,7 @@ rocket = { version = "0.5.1", features = ["tls", "json"], default-features = fal
|
||||
rocket_ws = { version ="0.1.1" }
|
||||
|
||||
# WebSockets libraries
|
||||
rmpv = "1.4.0" # MessagePack library
|
||||
rmpv = "1.3.0" # MessagePack library
|
||||
|
||||
# Concurrent HashMap used for WebSocket messaging and favicons
|
||||
dashmap = "6.1.0"
|
||||
@ -171,7 +171,7 @@ pastey = "0.1.1"
|
||||
governor = "0.10.1"
|
||||
|
||||
# OIDC for SSO
|
||||
openidconnect = { version = "4.2.0", features = ["reqwest", "native-tls"] }
|
||||
openidconnect = { version = "4.0.1", features = ["reqwest", "native-tls"] }
|
||||
mini-moka = "0.10.3"
|
||||
|
||||
# Check client versions for specific features.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user