Skip to content

Commit

Permalink
Update tokio-tungstenite requirement from 0.20 to 0.21 (#28)
Browse files Browse the repository at this point in the history
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.21.0)

---
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 Apr 20, 2024
1 parent ecdfb90 commit a46839f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mime = "0.3"
rand_chacha = "0.3"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"]}
toml = "0.8"
tokio-tungstenite = "0.20"
tokio-tungstenite = "0.21"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"

Expand Down

0 comments on commit a46839f

Please sign in to comment.