From 7d824da0f4d2e8ba40d6795e53565c49e035d230 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 03:16:57 +0000 Subject: [PATCH] chore: update rust crate k8s-openapi to 0.27 --- api/source/github-keys/Cargo.toml | 4 ++-- controllers/source/github-keys/Cargo.toml | 2 +- libs/acl/Cargo.toml | 4 ++-- libs/meta/Cargo.toml | 4 ++-- libs/utils/cap/Cargo.toml | 4 ++-- libs/utils/cops/Cargo.toml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/api/source/github-keys/Cargo.toml b/api/source/github-keys/Cargo.toml index 8d35bc8..6277b24 100644 --- a/api/source/github-keys/Cargo.toml +++ b/api/source/github-keys/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -k8s-openapi = { version = "0.14", default-features = false } +k8s-openapi = { version = "0.27", default-features = false } kube = { version = "0.69", default-features = false, features = ["derive"] } schemars = "0.8" serde = "1" @@ -16,6 +16,6 @@ fluxcd-acl = { version = "0.0.0", path = "../../../libs/acl" } fluxcd-meta = { version = "0.0.0", path = "../../../libs/meta" } [dev-dependencies] -k8s-openapi = { version = "0.14", default-features = false, features = [ +k8s-openapi = { version = "0.27", default-features = false, features = [ "v1_21", ] } diff --git a/controllers/source/github-keys/Cargo.toml b/controllers/source/github-keys/Cargo.toml index 4fea349..ec35fc1 100644 --- a/controllers/source/github-keys/Cargo.toml +++ b/controllers/source/github-keys/Cargo.toml @@ -12,7 +12,7 @@ kube = { version = "0.69", default-features = false, features = [ "client", "rustls-tls", ] } -k8s-openapi = { version = "0.14", default-features = false, features = [ +k8s-openapi = { version = "0.27", default-features = false, features = [ "v1_21", ] } serde_yaml = "0.8" diff --git a/libs/acl/Cargo.toml b/libs/acl/Cargo.toml index a7a79ae..2b7176a 100644 --- a/libs/acl/Cargo.toml +++ b/libs/acl/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -k8s-openapi = { version = "0.14", default-features = false } +k8s-openapi = { version = "0.27", default-features = false } # paste = "1" schemars = "0.8" serde = { version = "1", features = ["derive"] } @@ -16,7 +16,7 @@ utf-8 = "0.7" fluxcd-utils-macros = { version = "0.0.0", path = "../utils/macros" } [dev-dependencies] -k8s-openapi = { version = "0.14", default-features = false, features = [ +k8s-openapi = { version = "0.27", default-features = false, features = [ "v1_21", ] } serde_test = "1" diff --git a/libs/meta/Cargo.toml b/libs/meta/Cargo.toml index 4042b7e..601ed45 100644 --- a/libs/meta/Cargo.toml +++ b/libs/meta/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -k8s-openapi = { version = "0.14", default-features = false } +k8s-openapi = { version = "0.27", default-features = false } paste = "1" schemars = "0.8" serde = { version = "1", features = ["derive"] } @@ -17,7 +17,7 @@ utf-8 = "0.7" fluxcd-utils-macros = { version = "0.0.0", path = "../utils/macros" } [dev-dependencies] -k8s-openapi = { version = "0.14", default-features = false, features = [ +k8s-openapi = { version = "0.27", default-features = false, features = [ "v1_21", ] } serde_test = "1" diff --git a/libs/utils/cap/Cargo.toml b/libs/utils/cap/Cargo.toml index 60f0fb1..d3282b8 100644 --- a/libs/utils/cap/Cargo.toml +++ b/libs/utils/cap/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" clap = { version = "3", features = ["derive"] } eyre = "0.6" futures = "0.3" -k8s-openapi = { version = "0.14", default-features = false } +k8s-openapi = { version = "0.27", default-features = false } kube = { version = "0.69", default-features = false } schemars = "0.8" serde = "1" @@ -25,6 +25,6 @@ fluxcd-utils-cops = { version = "0.0.0", path = "../cops" } fluxcd-utils-telemetry = { version = "0.0.0", path = "../telemetry" } [dev-dependencies] -k8s-openapi = { version = "0.14", default-features = false, features = [ +k8s-openapi = { version = "0.27", default-features = false, features = [ "v1_21", ] } diff --git a/libs/utils/cops/Cargo.toml b/libs/utils/cops/Cargo.toml index 524e7d6..00b0206 100644 --- a/libs/utils/cops/Cargo.toml +++ b/libs/utils/cops/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] async-trait = "0.1" eyre = "0.6" -k8s-openapi = { version = "0.14", default-features = false } +k8s-openapi = { version = "0.27", default-features = false } kube = { version = "0.69", default-features = false, features = [ "client", "runtime", @@ -18,6 +18,6 @@ schemars = "0.8" serde = "1" [dev-dependencies] -k8s-openapi = { version = "0.14", default-features = false, features = [ +k8s-openapi = { version = "0.27", default-features = false, features = [ "v1_21", ] }