From 47853826c40b10d1538f49aa53bce28a17276f98 Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Tue, 1 Jul 2025 22:28:14 +0200 Subject: [PATCH] Bump `tungstenite` to 0.27 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c983226..bb1aadd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,9 +1245,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" +checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1" dependencies = [ "futures-util", "log", @@ -1291,9 +1291,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" +checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" dependencies = [ "bytes", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index 56bdf0d..8a1bdec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ tikv-jemallocator = { version = "0.6.0", default-features = false, features = [" tls-listener = { version = "=0.11", features = ["rustls-ring"] } tokio = { version = "1.45", features = ["full"] } tokio-stream = "0.1" -tokio-tungstenite = "=0.26" +tokio-tungstenite = "=0.27" tokio-util = { version = "0.7", features = ["codec", "rt"] } [build-dependencies]