From ff5b320c01d03bdd1705b79866e89e61211a86c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 15:47:59 +0100 Subject: [PATCH] Update tokio-tungstenite requirement from 0.18.0 to 0.19.0 (#1218) 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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d8cfefb12..1a7490e21 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -58,7 +58,7 @@ jsonpath_lib = { version = "0.3.0", optional = true } tokio-util = { version = "0.7.0", optional = true, features = ["io", "codec"] } hyper = { version = "0.14.13", optional = true, features = ["client", "http1", "stream", "tcp"] } hyper-rustls = { version = "0.24.0", optional = true } -tokio-tungstenite = { version = "0.18.0", optional = true } +tokio-tungstenite = { version = "0.19.0", optional = true } tower = { version = "0.4.13", optional = true, features = ["buffer", "filter", "util"] } tower-http = { version = "0.4.0", optional = true, features = ["auth", "map-response-body", "trace"] } hyper-timeout = {version = "0.4.1", optional = true }