From 042295b93d3a6e516a48680183d02156088b5a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:44:00 +0000 Subject: [PATCH] Update async-tungstenite requirement from 0.25 to 0.26 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](https://github.com/sdroege/async-tungstenite/compare/0.25.0...0.26.0) --- updated-dependencies: - dependency-name: async-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bd3851..01fdb5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ anyhow = "1" async-dup = "1" async-h1 = "2" async-native-tls = "0.5" -async-tungstenite = { version = "0.25", features = ["async-native-tls"] } +async-tungstenite = { version = "0.26", features = ["async-native-tls"] } ctrlc = "3" doc-comment = "0.3" futures = "0.3"