Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit bb4f945

Browse files
fix(deps): update rust crate kube to 0.74.0
1 parent 17a57c3 commit bb4f945

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

Cargo.lock

Lines changed: 24 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ clap = { version = "3.2.15", features = ["derive", "env"] }
99
csv = "1.1.6"
1010
env_logger = "0.9.0"
1111
k8s-openapi = { version = "0.14.0", features = ["v1_22"] }
12-
kube = { version = "0.72.0" }
12+
kube = { version = "0.74.0" }
1313
log = "0.4.17"
1414
serde = { version = "1.0.140", features = ["derive"] }
1515
tokio = { version = "1", features = ["macros", "rt-multi-thread", "fs"] }

0 commit comments

Comments
 (0)