From 0e797cd971f51581f0676759444ab8aac67bcb0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 19:58:24 +0000 Subject: [PATCH] Update async-tungstenite requirement from 0.17 to 0.20 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.17.0...0.20.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 22d1b35..88c4ac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ chrono = "0.4" serde_with = { version = "2", features = ["chrono"] } # cfg(feature = "chat") -async-tungstenite = { version = "0.17", optional = true, features = ["tokio-runtime", "tokio-rustls-webpki-roots"] } +async-tungstenite = { version = "0.20", optional = true, features = ["tokio-runtime", "tokio-rustls-webpki-roots"] } tokio-util = { version = "0.7", optional = true } [dev-dependencies]