Skip to content

Commit f334174

Browse files
authored
Merge pull request #999 from MightyPork/fix-websocket-build
Fix rumqttc build with websocket feature enabled
2 parents c03ba8b + bf80181 commit f334174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rumqttc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ rustls-webpki = { version = "0.102.8", optional = true }
3939
rustls-pemfile = { version = "2.2.0", optional = true }
4040
rustls-native-certs = { version = "0.8.1", optional = true }
4141
# websockets
42-
async-tungstenite = { version = "0.28.0", default-features = false, features = ["tokio-rustls-native-certs"], optional = true }
43-
ws_stream_tungstenite = { version= "0.14.0", default-features = false, features = ["tokio_io"], optional = true }
42+
async-tungstenite = { version = "0.29.0", default-features = false, features = ["tokio-rustls-native-certs"], optional = true }
43+
ws_stream_tungstenite = { version= "0.15.0", default-features = false, features = ["tokio_io"], optional = true }
4444
http = { version = "1.0.0", optional = true }
4545
# native-tls
4646
tokio-native-tls = { version = "0.3.1", optional = true }

0 commit comments

Comments
 (0)