From 4ad828d36b717a48b9ac65670eb169c40e106282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janosch=20Gr=C3=A4f?= Date: Tue, 3 Sep 2024 15:54:06 +0200 Subject: [PATCH] update tungstenite to 0.24 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b65795..43952b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ futures-io = { version = "0.3", default-features = false, features = ["std"] } pin-project-lite = "0.2" [dependencies.tungstenite] -version = "0.23" +version = "0.24" default-features = false [dependencies.async-std] @@ -124,7 +124,7 @@ hyper-util = { version = "0.1", features = ["tokio"] } http-body-util = "0.1" [dev-dependencies.tungstenite] -version = "0.23" +version = "0.24" features = ["url"] [[example]]