Skip to content

Commit

Permalink
chore: Upgrade tokio-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing committed Dec 12, 2024
1 parent 45ae8d8 commit 621cca5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 37 deletions.
40 changes: 5 additions & 35 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 = "2.0"
tokio-stream = "0.1"

[dev-dependencies]
tokio-tungstenite = "0.23"
tokio-tungstenite = "0.24"
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.23"
tokio-tungstenite = "0.24"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 comments on commit 621cca5

Please sign in to comment.