Skip to content

Commit

Permalink
Update async-tungstenite requirement from 0.21.0 to 0.22.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.21.0...0.22.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 Apr 27, 2023
1 parent 24530b9 commit ef44be2
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.21.0"
async-tungstenite = "0.22.0"
base64 = "0.21.0"
fastrand = "1.9.0"
futures-lite = "1.12.0"
Expand Down

0 comments on commit ef44be2

Please sign in to comment.