Skip to content

Commit

Permalink
➖ switch from openssl to rustls (like kube-rs 0.86)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Sep 23, 2023
1 parent b669640 commit 0a2e061
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@ kube = { version = "0.86.0", features = [
"client",
"oauth",
"gzip",
# with 0.80.0, "rustls-tls" failed with `presented server name type wasn't supported`
# on local rancher-desktop (`rustls/dangerous_configuration` is enabled on kube-rs
# "rustls-tls",
"openssl-tls",
"rustls-tls",
], default-features = false }
openssl = { version = "0.10", features = ["vendored"] }
prettytable-rs = { version = "0.10", default-features = false, optional = true }
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 0a2e061

Please sign in to comment.