[Fix] Now using Axum instead of Hyper and Http2 instead of 1
This commit is contained in:
parent
d509cfb09c
commit
169927b368
7 changed files with 110 additions and 518 deletions
|
|
@ -39,7 +39,7 @@ async-tungstenite = { version = "0.32.0", features = [
|
|||
"verbose-logging",
|
||||
"webpki-roots",
|
||||
] }
|
||||
axum = "0.8.8"
|
||||
axum = { version = "0.8.8", features = [ "ws" ] }
|
||||
base64 = "0.22.1"
|
||||
bytes = "1.11.1"
|
||||
color-eyre = "0.6.5"
|
||||
|
|
|
|||
Loading…
Reference in a new issue