From 371c0db6975c40bc20d9c56df1db5cd93685c970 Mon Sep 17 00:00:00 2001 From: kazk Date: Sun, 21 Nov 2021 03:40:44 -0800 Subject: [PATCH] Use released version Signed-off-by: kazk --- 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 4be8ad2a0..bf08c9fb5 100644 --- a/kube-client/Cargo.toml +++ b/kube-client/Cargo.toml @@ -61,7 +61,7 @@ jsonpath_lib = { version = "0.3.0", optional = true } 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, git = "https://github.com/rustls/hyper-rustls.git", branch = "prepare-0.23" } +hyper-rustls = { version = "0.23.0", optional = true } tokio-tungstenite = { version = "0.15.0", optional = true } tower = { version = "0.4.6", optional = true, features = ["buffer", "util"] } tower-http = { version = "0.1.1", optional = true, features = ["auth", "map-response-body", "trace"] }