Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit dcd48da

Browse files
fix(deps): update rust crate k8s-openapi to 0.21.0
1 parent 7253afc commit dcd48da

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
@@ -9,7 +9,7 @@ clap = { version = "3.0.14", features = ["derive"] }
99
colored = "2.0.0"
1010
dialoguer = "0.9.0"
1111
dirs = "4.0.0"
12-
k8s-openapi = { version = "0.14.0", features = ["v1_22"] }
12+
k8s-openapi = { version = "0.21.0", features = ["v1_22"] }
1313
kube = { version = "0.69.0" }
1414
openssl-sys = "0.9.72"
1515
serde = "1.0"

0 commit comments

Comments
 (0)