Skip to content

Commit e882629

Browse files
committed
update async-tungstenite and ws_stream_tungstenite
Signed-off-by: reubenmiller <[email protected]>
1 parent 23f090a commit e882629

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

Cargo.lock

Lines changed: 15 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async-compat = "0.2.1"
8484
async-http-proxy = "1.2"
8585
async-tempfile = "0.7"
8686
async-trait = "0.1"
87-
async-tungstenite = { version = "0.28", features = [
87+
async-tungstenite = { version = "0.29.1", features = [
8888
"tokio-runtime",
8989
"tokio-rustls-native-certs",
9090
] }
@@ -211,7 +211,7 @@ uzers = "0.12"
211211
walkdir = "2"
212212
which = "8.0"
213213
whoami = "1.5.0"
214-
ws_stream_tungstenite = "0.14"
214+
ws_stream_tungstenite = "0.15.0"
215215
x509-parser = "0.18"
216216
yansi = { version = "1.0.1", default-features = false, features = [
217217
"detect-env",

0 commit comments

Comments
 (0)