From 8c565d4342a5a4028106f0ece1513966c3ef5a8f Mon Sep 17 00:00:00 2001 From: t4lz Date: Mon, 4 Dec 2023 09:06:02 +0100 Subject: [PATCH] Depend on the metalbear-co fork --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c920026c1f..8d8d3bed843 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ futures = "0.3" thiserror = "1" k8s-openapi = { version = "0.20", features = ["v1_24"] } reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls", "json"] } -kube = { git = "https://github.com/Razz4780/kube", branch = "http-proxy-support", default-features = false, features = ["runtime", "derive", "client", "ws", "rustls-tls", "oidc", "socks5", "http_proxy"] } +kube = { git = "https://github.com/metalbear-co/kube", default-features = false, features = ["runtime", "derive", "client", "ws", "rustls-tls", "oidc", "socks5", "http_proxy"] } trust-dns-resolver = { version = "0.22", features = ["serde-config", "tokio-runtime"] } tokio-util = { version = "0.7", features = ["net", "codec"] } rand = "0.8"