Skip to content

Commit

Permalink
build(deps): update tungstenite requirement from 0.24 to 0.26
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.24.0...v0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and pentamassiv committed Dec 18, 2024
1 parent 8ecafac commit a9a327b
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 @@ -88,7 +88,7 @@ tempfile = { version = "3", optional = true }
[dev-dependencies]
env_logger = "0.11"
serde = { version = "1", features = ["derive"] }
tungstenite = "0.24"
tungstenite = "0.26"
url = "2"
webbrowser = "1.0"
ron = "0.8"
Expand Down

0 comments on commit a9a327b

Please sign in to comment.