Skip to content

Commit

Permalink
Update async-tungstenite requirement from 0.16.1 to 0.17.0
Browse files Browse the repository at this point in the history
Updates the requirements on [async-tungstenite](https://github.com/sdroege/async-tungstenite) to permit the latest version.
- [Release notes](https://github.com/sdroege/async-tungstenite/releases)
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/master/CHANGELOG.md)
- [Commits](sdroege/async-tungstenite@0.16.1...0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jbr committed Feb 18, 2022
1 parent 9be1b5e commit a5662ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websockets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default = []
json = ["serde_json", "serde"]

[dependencies]
async-tungstenite = "0.16.1"
async-tungstenite = "0.17.0"
base64 = "0.13.0"
fastrand = "1.6.0"
futures-lite = "1.12.0"
Expand Down

0 comments on commit a5662ad

Please sign in to comment.