From ea53b1de71d73c6144ca22905814746a75405e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 00:02:15 +0000 Subject: [PATCH] Update async-tungstenite requirement from 0.19.0 to 0.22.0 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.19.0...0.22.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 4c13a6d..643cc18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["web-programming::http-client", "web-programming::websocket"] [dependencies] async-std = { version = "1.10.0", features = ["attributes"] } async-trait = "0.1.51" -async-tungstenite = "0.19.0" +async-tungstenite = "0.22.0" futures-util = "0.3.17" log = "0.4.14" rustls = "0.19.1"