From c25abd8bd71780990ab1c96f453a3400db5fead8 Mon Sep 17 00:00:00 2001 From: Constantin Nickel Date: Thu, 7 Dec 2023 08:17:44 +0100 Subject: [PATCH] Update `tungstenite` to 0.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 103dea3..f3fe692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ futures-io = { version = "0.3", default-features = false, features = ["std"] } pin-project-lite = "0.2" [dependencies.tungstenite] -version = "0.20" +version = "0.21" default-features = false [dependencies.async-std]