diff --git a/Cargo.toml b/Cargo.toml index 8e29cd5..ff09cef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" sc2-proto = "0.2.3" # sc2-proto = { path = "../sc2-proto-rs" } sc2-macro = { path = "sc2-macro", version = "1" } -tungstenite = { version = "^0.17.0", default-features = false } +tungstenite = { version = "^0.19.0", default-features = false } protobuf = "^2.17.0" ndarray = "^0.15.1" num-traits = "^0.2.12"