Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-tungstenite to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 83b6507 commit 0672488
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
92 changes: 46 additions & 46 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 plugins/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ http = "1"
rand = "0.8"
futures-util = "0.3"
tokio = { version = "1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.24" }
tokio-tungstenite = { version = "0.26" }

[features]
default = ["rustls-tls"]
Expand Down
Loading

0 comments on commit 0672488

Please sign in to comment.