From 569cc77b32557edb1bf67386c6054083a7e0772a Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 12 Oct 2023 13:30:42 +0200 Subject: [PATCH] fix: update async-tungstenite --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 14d67fa..f79c02d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "httpz" -version = "0.0.4" +version = "0.0.6" description = "Code once, support every Rust webserver!" authors = ["Oscar Beaumont "] edition = "2021" @@ -59,7 +59,7 @@ tauri = { version = "1.2.4", optional = true, features = ["linux-protocol-header cookie = { version = "0.16.1", optional = true, features = ["percent-encode"] } http = { version = "0.2.8", features = [] } form_urlencoded = "1.1.0" -async-tungstenite = { version = "0.19.0", optional = true } +async-tungstenite = { version = "0.23.0", optional = true } sha1 = { version = "0.10.5", optional = true } base64 = { version = "0.20.0", optional = true } tokio = { version = "1.21.2", features = [], default-features = false, optional = true }