[Change] user state names

This commit is contained in:
Alex Emmet 2026-02-16 10:52:44 +01:00
commit edc43ea2a5
3 changed files with 14 additions and 7 deletions

View file

@ -39,7 +39,7 @@ async-tungstenite = { version = "0.32.0", features = [
"verbose-logging",
"webpki-roots",
] }
axum = { version = "0.8.8", features = [ "ws" ] }
axum = { version = "0.8.8", features = [ "ws", "http2" ] }
base64 = "0.22.1"
bytes = "1.11.1"
color-eyre = "0.6.5"