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

Commit 159d084

Browse files
fix(deps): update rust crate k8s-openapi to 0.15.0
1 parent 17a57c3 commit 159d084

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

Cargo.lock

Lines changed: 18 additions & 4 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
@@ -8,7 +8,7 @@ base64 = "0.13.0"
88
clap = { version = "3.2.15", features = ["derive", "env"] }
99
csv = "1.1.6"
1010
env_logger = "0.9.0"
11-
k8s-openapi = { version = "0.14.0", features = ["v1_22"] }
11+
k8s-openapi = { version = "0.15.0", features = ["v1_22"] }
1212
kube = { version = "0.72.0" }
1313
log = "0.4.17"
1414
serde = { version = "1.0.140", features = ["derive"] }

0 commit comments

Comments
 (0)