Skip to content

Commit

Permalink
fix: add socks5 support via the kube dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle M. Tarplee <kmtarplee@ieee.org>
  • Loading branch information
ktarplee authored and davidB committed Apr 23, 2024
1 parent fa8eb94 commit 62a7e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ clap = { version = "4.2", features = ["derive"] }
color-eyre = "0.6.2"
itertools = "0.12"
k8s-openapi = { version = "0.20.0", default-features = false }
kube = { version = "0.87", features = [
kube = { version = "0.87.1", features = [
"client",
"oauth",
"gzip",
"rustls-tls",
"socks5",
], default-features = false }
prettytable-rs = { version = "0.10", default-features = false, optional = true }
serde = "1.0"
Expand Down

0 comments on commit 62a7e54

Please sign in to comment.