Skip to content

Commit

Permalink
chore(deps): bump the tungstenite group with 1 update
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper-tungstenite](https://github.com/de-vri-es/hyper-tungstenite-rs) to permit the latest version.
- [Changelog](https://github.com/de-vri-es/hyper-tungstenite-rs/blob/main/CHANGELOG.md)
- [Commits](de-vri-es/hyper-tungstenite-rs@v0.11.1...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2023
1 parent fa23e80 commit e8bc4db
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 @@ -26,7 +26,7 @@ http = "0.2.0"
hyper = { version = "0.14.15", features = ["client", "http1", "server", "tcp"] }
hyper-rustls = { version = "0.24.0", default-features = false, features = ["http1", "logging", "tls12", "webpki-tokio"], optional = true }
hyper-tls = { version = "0.5.0", optional = true }
hyper-tungstenite = "0.11.1"
hyper-tungstenite = "0.12.0"
moka = { version = "0.12.0", features = ["future"], optional = true }
openssl = { version = "0.10.39", optional = true }
rand = { version = "0.8.0", optional = true }
Expand Down

0 comments on commit e8bc4db

Please sign in to comment.