From 133cebb2baf7aa925b43c1e3835c804429ddb166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 19:26:56 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.16.1 to 0.17.1 Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Release notes](https://github.com/snapview/tokio-tungstenite/releases) - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.16.1...v0.17.1) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kube-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube-client/Cargo.toml b/kube-client/Cargo.toml index 726ef3397..05a0d123e 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -62,7 +62,7 @@ tokio-util = { version = "0.7.0", optional = true, features = ["io", "codec"] } hyper = { version = "0.14.13", optional = true, features = ["client", "http1", "stream", "tcp"] } hyper-tls = { version = "0.5.0", optional = true } hyper-rustls = { version = "0.23.0", optional = true } -tokio-tungstenite = { version = "0.16.1", optional = true } +tokio-tungstenite = { version = "0.17.1", optional = true } tower = { version = "0.4.6", optional = true, features = ["buffer", "filter", "util"] } tower-http = { version = "0.2.0", optional = true, features = ["auth", "map-response-body", "trace"] } hyper-timeout = {version = "0.4.1", optional = true }