From 66f015687a830e6d54810613c9332cab90e08321 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Thu, 2 Jan 2025 12:37:11 +0100 Subject: [PATCH] deps(k8s-openapi): Bump k8s api version to a newer one MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This one matches the one from kubewarden-policy-sdk. Signed-off-by: VĂ­ctor Cuadrado Juan --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4b18fac..373f432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ anyhow = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" jsonpath_lib = "0.3.0" -k8s-openapi = { version = "0.24.0", features = ["v1_30"] } kubewarden-policy-sdk = "0.11.3" +k8s-openapi = { version = "0.24.0", features = ["v1_31"] } [dev-dependencies] assert-json-diff = "2.0"