From d8d9ec73350b1a73f0433a6499d7289c6176c727 Mon Sep 17 00:00:00 2001 From: Roderick van Domburg Date: Tue, 15 Oct 2024 20:48:48 +0200 Subject: [PATCH] Update Cargo.lock --- core/Cargo.toml-e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml-e b/core/Cargo.toml-e index 6c141c42..7fca0094 100644 --- a/core/Cargo.toml-e +++ b/core/Cargo.toml-e @@ -59,7 +59,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.24", 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"] }