Skip to content

Commit

Permalink
Update tokio-tungstenite requirement from 0.20 to 0.21
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.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.20.0...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 446279d commit 3b1f736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
gotham = { path = "../../gotham" }
futures-util = "0.3.14"
tokio-tungstenite = "0.20"
tokio-tungstenite = "0.21"
tokio = "1.11.0"
pretty_env_logger = "0.5"
sha1 = "0.10"
Expand Down

0 comments on commit 3b1f736

Please sign in to comment.