Skip to content

Commit 4af083b

Browse files
Update async-tungstenite requirement from 0.33 to 0.34 (#373)
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.33.0...0.34.0) --- updated-dependencies: - dependency-name: async-tungstenite dependency-version: 0.34.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bbe7eb commit 4af083b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ anyhow = "1"
3333
async-dup = "1"
3434
async-h1 = "2"
3535
async-native-tls = "0.6"
36-
async-tungstenite = { version = "0.33", features = ["async-native-tls"] }
36+
async-tungstenite = { version = "0.34", features = ["async-native-tls"] }
3737
ctrlc = "3"
3838
doc-comment = "0.3"
3939
futures = "0.3"

0 commit comments

Comments
 (0)