Skip to content

Commit

Permalink
chore(deps): bump the tungstenite group with 2 updates
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) and [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version.

Updates `hyper-tungstenite` to 0.13.0
- [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.13.0)

Updates `tokio-tungstenite` to 0.21.0
- [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: hyper-tungstenite
  dependency-type: direct:production
  dependency-group: tungstenite
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
  dependency-group: tungstenite
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 2f75c1b commit 6f00ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.13.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 All @@ -35,7 +35,7 @@ thiserror = "1.0.30"
time = { version = "0.3.7", optional = true }
tokio = { version = "1.24.2", features = ["rt"] }
tokio-rustls = "0.24.0"
tokio-tungstenite = "0.20.0"
tokio-tungstenite = "0.21.0"
tokio-util = { version = "0.7.0", features = ["io"], optional = true }
tracing = { version = "0.1.23", features = ["log"] }

Expand Down

0 comments on commit 6f00ea1

Please sign in to comment.