From 60fed54960453e318e7d565206d6ee2aa340791d Mon Sep 17 00:00:00 2001 From: luna Date: Sun, 30 Jul 2023 18:55:47 -0700 Subject: [PATCH] Bumped tungstenite and tokio-tungstenite to 20.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ac3e24..3c263d7 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.19.0" -tungstenite = "0.19.0" +tokio-tungstenite = "0.20.0" +tungstenite = "0.20.0" [dev-dependencies] assert2 = "0.3.4"