From 6e6eebd508dce3384ad92c016c7f6064b8af2d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 14:06:08 +0000 Subject: [PATCH] Update async-tungstenite requirement from 0.20 to 0.21 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](https://github.com/sdroege/async-tungstenite/compare/0.20.0...0.21.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 7b68541..897b1d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1" async-dup = "1" async-h1 = "2" async-native-tls = "0.5" -async-tungstenite = { version = "0.20", features = ["async-native-tls"] } +async-tungstenite = { version = "0.21", features = ["async-native-tls"] } ctrlc = "3" doc-comment = "0.3" futures = "0.3"