Skip to content

Commit

Permalink
Update Rust crate tokio-tungstenite to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Oct 12, 2024
1 parent 6d913e5 commit 4c35010
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ minifb = { version = "0.27.0", optional = true }
rand = { version = "0.8.5", optional = true }
thiserror = "1.0.38"
tokio = { version = "1.38.0", features = ["full", "tracing"] }
tokio-tungstenite = { version = "0.23.0", optional = true }
tokio-tungstenite = { version = "0.24.0", optional = true }
tracing = { version = "0.1.37", features = ["release_max_level_debug"] }
tracing-subscriber = { version = "0.3.17", optional = true }
url = "2.5.0"
Expand Down

0 comments on commit 4c35010

Please sign in to comment.