From 9cd8e9a8dafbfe2f35c3ec96344bb00ef2d7a49c Mon Sep 17 00:00:00 2001 From: "benjamin.747" Date: Tue, 17 Jun 2025 09:49:55 +0800 Subject: [PATCH] fix[mono]: upgrade tungstenite version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2196c5bbc..1f33269cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,8 +129,8 @@ mimalloc = "0.1.46" assert_cmd = "2.0.17" async-session = "3.0.0" dotenvy = "0.15.7" -tokio-tungstenite = "0.26.2" -tungstenite = "0.26.2" +tokio-tungstenite = "0.27.0" +tungstenite = "0.27.0" itertools = "0.14.0" rusty_vault = "0.2.1" bs58 = "0.5.1"