Skip to content

Commit

Permalink
ci test run with rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Jul 24, 2021
1 parent 4efd997 commit 153bc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ path = "dapp.rs"
anyhow = "1.0.37"
env_logger = "0.8.2"
futures = "0.3.8"
kube = { path = "../kube", version = "^0.58.0"}
kube = { path = "../kube", version = "^0.58.1", default-features = false, features = ["client", "rustls-tls"] }
k8s-openapi = { version = "0.12.0", features = ["v1_20"], default-features = false }
log = "0.4.11"
serde_json = "1.0.61"
Expand Down

0 comments on commit 153bc6e

Please sign in to comment.