Skip to content

Commit cabafaf

Browse files
dependabot[bot]taiki-e
authored andcommitted
Update async-tungstenite requirement from 0.29 to 0.30
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.29.0...0.30.0) --- updated-dependencies: - dependency-name: async-tungstenite dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9d9333 commit cabafaf

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
@@ -32,7 +32,7 @@ anyhow = "1"
3232
async-dup = "1"
3333
async-h1 = "2"
3434
async-native-tls = "0.5"
35-
async-tungstenite = { version = "0.29", features = ["async-native-tls"] }
35+
async-tungstenite = { version = "0.30", features = ["async-native-tls"] }
3636
ctrlc = "3"
3737
doc-comment = "0.3"
3838
futures = "0.3"

0 commit comments

Comments
 (0)