From 23cf26975b04b9468650a65bcd6bd1d7aaf59a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 08:11:17 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.15.0 to 0.16.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.15.0...v0.16.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 ec2a9dbd3..6d488ec58 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -62,7 +62,7 @@ tokio-util = { version = "0.6.8", 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.15.0", optional = true } +tokio-tungstenite = { version = "0.16.1", optional = true } tower = { version = "0.4.6", optional = true, features = ["buffer", "util"] } tower-http = { version = "0.2.0", optional = true, features = ["auth", "map-response-body", "trace"] } hyper-timeout = {version = "0.4.1", optional = true }