Skip to content

Commit

Permalink
chore: update tungstenite deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Mar 9, 2024
1 parent 95b0447 commit 3d199aa
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 34 deletions.
91 changes: 60 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion matchbox_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ thiserror = "1.0"
tokio-stream = "0.1"

[dev-dependencies]
tokio-tungstenite = "0.20.0"
tokio-tungstenite = "0.21.0"
2 changes: 1 addition & 1 deletion matchbox_signaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ tokio-stream = "0.1"
async-trait = "0.1"

[dev-dependencies]
tokio-tungstenite = "0.20.0"
tokio-tungstenite = "0.21.0"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2 changes: 1 addition & 1 deletion matchbox_socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ web-sys = { version = "0.3.22", default-features = false, features = [
serde-wasm-bindgen = "0.6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
async-tungstenite = { version = "0.23", default-features = false, features = [
async-tungstenite = { version = "0.25", default-features = false, features = [
"async-std-runtime",
"async-tls",
] }
Expand Down

0 comments on commit 3d199aa

Please sign in to comment.