diff --git a/Cargo.toml b/Cargo.toml index 1293670..f68f0cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ edition = "2021" hyper = { version = "0.14.4" } pin-project = "1.0.8" tokio = "1.2.0" -tokio-tungstenite = "0.18.0" -tungstenite = "0.18.0" +tokio-tungstenite = "0.19.0" +tungstenite = "0.19.0" [dev-dependencies] assert2 = "0.3.4"