Skip to content

Commit

Permalink
Update tokio-tungstenite to 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-lemay committed Oct 31, 2023
1 parent 3a5d890 commit 3d8c1a8
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 62 deletions.
122 changes: 61 additions & 61 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ members = [
"f1-telemetry-display",
"f1-ws-server",
]
resolver = "2"
2 changes: 1 addition & 1 deletion f1-ws-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clap = { version = "4.0.4", features = ["derive", "env"] }
log = "0.4.17"
simplelog = "0.12.0"
tokio = { version = "1.19.2", features = ["io-std", "macros", "net", "rt-multi-thread", "sync", "time"] }
tokio-tungstenite = "0.19.0"
tokio-tungstenite = "0.20.1"
futures-util = { version = "0.3.21", features = ["sink", "std"] }
time = "0.3.11"
serde_json = "1.0.81"

0 comments on commit 3d8c1a8

Please sign in to comment.