Skip to content

Commit

Permalink
Update tokio-tungstenite requirement from 0.17 to 0.18 (#606)
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.
- [Release notes](https://github.com/snapview/tokio-tungstenite/releases)
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.17.0...v0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 29, 2022
1 parent 245e3ae commit fde750e
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.17"
tokio-tungstenite = "0.18"
tokio = "1.11.0"
pretty_env_logger = "0.4"
sha1 = "0.10"
Expand Down

0 comments on commit fde750e

Please sign in to comment.