From ef89385fcb00336fc2afa750444f291bab09c6e8 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 21 Apr 2023 01:13:48 +0900 Subject: [PATCH] Update tungstenite to 0.19, async-tungstenite to 0.21 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7b68541..5011a60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1" async-dup = "1" async-h1 = "2" async-native-tls = "0.5" -async-tungstenite = { version = "0.20", features = ["async-native-tls"] } +async-tungstenite = { version = "0.21", features = ["async-native-tls"] } ctrlc = "3" doc-comment = "0.3" futures = "0.3" @@ -43,7 +43,7 @@ signal-hook = "0.3" surf = { version = "2", default-features = false, features = ["h1-client"] } tempfile = "3" tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] } -tungstenite = "0.18" +tungstenite = "0.19" url = "2" [target.'cfg(target_os = "linux")'.dev-dependencies]