Skip to content

Commit

Permalink
⬆️ Update Rust crate kube-client to 0.89.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent e3085c9 commit 0b66b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing = "0.1.40"
# kube with rustls is currently not possible due to rustls not being able to use ip addresses as cname! See https://github.com/rustls/rustls/issues/184
kube = { version = "0.78.0", default-features = false, features = ["runtime", "derive", "client", "openssl-tls"] }
kube-client = "0.78.0"
kube-client = "0.89.0"
k8s-openapi = { version = "0.17.0", features = ["v1_25"] }
tokio = { version = "1.27.0", features = ["rt-multi-thread", "macros"] }
url = "2.5.0"
Expand Down

0 comments on commit 0b66b7c

Please sign in to comment.