Skip to content

Commit

Permalink
Update async-tungstenite requirement from 0.27 to 0.28
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.
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md)
- [Commits](sdroege/async-tungstenite@0.27.0...0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and taiki-e committed Sep 9, 2024
1 parent a1e6421 commit bbb592d
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 @@ -32,7 +32,7 @@ anyhow = "1"
async-dup = "1"
async-h1 = "2"
async-native-tls = "0.5"
async-tungstenite = { version = "0.27", features = ["async-native-tls"] }
async-tungstenite = { version = "0.28", features = ["async-native-tls"] }
ctrlc = "3"
doc-comment = "0.3"
futures = "0.3"
Expand Down

0 comments on commit bbb592d

Please sign in to comment.