From f9a1a6779a91382f6652bbf96e634a3f3ee3db8a Mon Sep 17 00:00:00 2001 From: The DT <80153297+thedtvn@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:15:25 +0700 Subject: [PATCH 1/2] Update Cargo.toml --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 2f515480b..de54ee461 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -52,7 +52,7 @@ thiserror = "1.0" time = { version = "0.3", features = ["formatting", "parsing"] } tokio = { version = "1", features = ["io-util", "macros", "net", "parking_lot", "rt", "sync", "time"] } tokio-stream = "0.1" -tokio-tungstenite = { version = "*", default-features = false, features = ["rustls-tls-native-roots"] } +tokio-tungstenite = { version = "0.22.0", default-features = false, features = ["rustls-tls-native-roots"] } tokio-util = { version = "0.7", features = ["codec"] } url = "2" uuid = { version = "1", default-features = false, features = ["fast-rng", "v4"] } From f644161f544e65c6b43197f9f682215a22ef3400 Mon Sep 17 00:00:00 2001 From: The DT <80153297+thedtvn@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:17:06 +0700 Subject: [PATCH 2/2] Update Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 52784b2cb..0ebf20890 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3097,7 +3097,7 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" dependencies = [