Skip to content

Commit 2f07951

Browse files
chore(deps): ⬆️ Update Rust crate kube-client to 0.96.0
1 parent b0c42f4 commit 2f07951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
1818
tracing = "0.1.40"
1919
# 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
2020
kube = { version = "0.78.0", default-features = false, features = ["runtime", "derive", "client", "openssl-tls"] }
21-
kube-client = "0.78.0"
21+
kube-client = "0.96.0"
2222
k8s-openapi = { version = "0.17.0", features = ["v1_25"] }
2323
tokio = { version = "1.27.0", features = ["rt-multi-thread", "macros"] }
2424
url = "2.5.0"

0 commit comments

Comments
 (0)