Skip to content

Commit a0be26e

Browse files
committed
add missingtokio-tungstenite version
1 parent ff12f3a commit a0be26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ chrono = "0.4.31"
3535
once_cell = "1.18.0"
3636
hyper-tls = "0.5.0"
3737
base64 = "0.21.5"
38-
tokio-tungstenite = { version = "*", features = ["native-tls"] }
38+
tokio-tungstenite = { version = "0.20.1", features = ["native-tls"] }
3939
futures-channel = "0.3.29"
4040

4141
[dev-dependencies]

0 commit comments

Comments
 (0)