diff --git a/proxy_controller/Cargo.toml b/proxy_controller/Cargo.toml index 4cb3536..d8f02cb 100644 --- a/proxy_controller/Cargo.toml +++ b/proxy_controller/Cargo.toml @@ -21,7 +21,7 @@ sc2-proto = { git = "https://github.com/aiarena/sc2-proto-rs.git" } serde = { version = "^1.0", features = ["derive"] } serde_json = "1.0.87" tokio = { version = "1.0", features = ["time", "macros", "rt-multi-thread"] } -tokio-tungstenite = "0.20.0" +tokio-tungstenite = "0.25.0" tower = { version = "0.4", features=["timeout"] } tower-http = { version = "0.4.0", features=["trace"] } tracing = "0.1"