Skip to content

Commit e846900

Browse files
committed
Specify tokio-tungstenite version
crates.io does not allow wildcard versions
1 parent c38a3be commit e846900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ thiserror = "1.0"
5959
time = { version = "0.3", features = ["formatting", "parsing"] }
6060
tokio = { version = "1", features = ["io-util", "macros", "net", "parking_lot", "rt", "sync", "time"] }
6161
tokio-stream = "0.1"
62-
tokio-tungstenite = { version = "*", default-features = false, features = ["rustls-tls-native-roots"] }
62+
tokio-tungstenite = { version = "0.24", default-features = false, features = ["rustls-tls-native-roots"] }
6363
tokio-util = { version = "0.7", features = ["codec"] }
6464
url = "2"
6565
uuid = { version = "1", default-features = false, features = ["fast-rng", "v4"] }

0 commit comments

Comments
 (0)