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

Commit 6f72ca0

Browse files
fix(deps): update rust crate k8s-openapi to 0.23.0
1 parent cb573d3 commit 6f72ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ base64 = "0.22.1"
88
clap = { version = "3.2.25", features = ["derive", "env"] }
99
csv = "1.3.0"
1010
env_logger = "0.11.3"
11-
k8s-openapi = { version = "0.14.0", features = ["v1_22"] }
11+
k8s-openapi = { version = "0.23.0", features = ["v1_22"] }
1212
kube = { version = "0.72.0" }
1313
log = "0.4.21"
1414
serde = { version = "1.0.200", features = ["derive"] }

0 commit comments

Comments
 (0)