From eb077610b8409546fbccbedd1beaac1e899a45a0 Mon Sep 17 00:00:00 2001 From: kalvinparker <106995826+kalvinparker@users.noreply.github.com> Date: Sun, 9 Nov 2025 00:25:52 +0000 Subject: [PATCH] chore(deps): revert attempted openidconnect/rmpv bumps (incompatible with crates.io) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a07e4eb2..8f35eb69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.