Skip to content

Commit

Permalink
chore(deps): update tokio-tungstenite requirement from 0.20 to 0.21 (#…
Browse files Browse the repository at this point in the history
…541)

Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.20.0...v0.20.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent fe200c2 commit 8192378
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 @@ -123,7 +123,7 @@ tokio-native-tls = "0.3"
tokio-rustls = "0.24"
tokio-openssl = "0.6"
tokio-stream = { version = "0.1", default-features = false }
tokio-tungstenite = { version = "0.20", default-features = false }
tokio-tungstenite = { version = "0.21", default-features = false }
tokio-util = "0.7"
tower = { version = "0.4", default-features = false }
tracing-subscriber = { version = "0.3" }
Expand Down

0 comments on commit 8192378

Please sign in to comment.