From 01198fd735dd0685e917862f7a6d8b4868579f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 08:33:45 +0000 Subject: [PATCH] deps: update async-tungstenite requirement from 0.26.0 to 0.27.0 Updates the requirements on [async-tungstenite](https://github.com/sdroege/async-tungstenite) to permit the latest version. - [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md) - [Commits](https://github.com/sdroege/async-tungstenite/compare/0.26.0...0.27.0) --- updated-dependencies: - dependency-name: async-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- websockets/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websockets/Cargo.toml b/websockets/Cargo.toml index 262ed8b123..5c40930178 100644 --- a/websockets/Cargo.toml +++ b/websockets/Cargo.toml @@ -18,7 +18,7 @@ default = [] json = ["serde_json", "serde"] [dependencies] -async-tungstenite = { version = "0.26.0", default-features = false } +async-tungstenite = { version = "0.27.0", default-features = false } base64 = "0.22.0" fastrand = "2.0.1" futures-lite = "2.1.0" @@ -34,7 +34,7 @@ trillium = { path = "../trillium", version = "0.2.20" } trillium-http = { path = "../http", version = "0.3.17" } [dev-dependencies] -async-tungstenite = { version = "0.26.0", default-features = false, features = ["handshake"] } +async-tungstenite = { version = "0.27.0", default-features = false, features = ["handshake"] } serde = { version = "1.0.193", features = ["derive"] } async-channel = "2.1.1" async-net = "2.0.0"