Skip to content

Commit

Permalink
chore(deps): update tokio-tungstenite requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version.

Updates `tokio-tungstenite` to 0.23.0
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snapview/tokio-tungstenite/commits)

---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
  dependency-group: tungstenite
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 2, 2024
1 parent 43e9924 commit 51daf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ time = { version = "0.3.20", optional = true }
tokio = { version = "1.24.2", features = ["macros", "rt"] }
tokio-graceful = "0.1.6"
tokio-rustls = "0.25.0"
tokio-tungstenite = "0.21.0"
tokio-tungstenite = "0.23.0"
tokio-util = { version = "0.7.1", features = ["io"], optional = true }
tracing = { version = "0.1.35", features = ["log"] }

Expand Down

0 comments on commit 51daf14

Please sign in to comment.