Skip to content

Commit

Permalink
build(deps): update tungstenite requirement from 0.21 to 0.23
Browse files Browse the repository at this point in the history
Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version.
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](snapview/tungstenite-rs@v0.21.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent a9bc83a commit f522949
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 @@ -86,7 +86,7 @@ tempfile = { version = "3", optional = true }

[dev-dependencies]
env_logger = "0.11"
tungstenite = "0.21"
tungstenite = "0.23"
url = "2"
webbrowser = "1.0"
ron = "0.8"
Expand Down

0 comments on commit f522949

Please sign in to comment.