From a38f0e9913a2f123038cc1d301ed3c8394287071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:45:42 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.20.1 to 0.21.0 Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.20.1...v0.21.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pingora-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingora-proxy/Cargo.toml b/pingora-proxy/Cargo.toml index d76ab487..45f8ccf8 100644 --- a/pingora-proxy/Cargo.toml +++ b/pingora-proxy/Cargo.toml @@ -43,7 +43,7 @@ tokio-test = "0.4" env_logger = "0.9" hyperlocal = "0.8" hyper = "0.14" -tokio-tungstenite = "0.20.1" +tokio-tungstenite = "0.21.0" pingora-load-balancing = { version = "0.1.0", path = "../pingora-load-balancing" } prometheus = "0" futures-util = "0.3"