From aad60a8512d2837bfbf0f59e07d46fb08c70a098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:40:10 +0000 Subject: [PATCH] chore(deps): update k8s-openapi requirement from 0.21.0 to 0.22.0 Updates the requirements on [k8s-openapi](https://github.com/Arnavion/k8s-openapi) to permit the latest version. - [Release notes](https://github.com/Arnavion/k8s-openapi/releases) - [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/Arnavion/k8s-openapi/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/Cargo.toml b/agent/Cargo.toml index c79e13a..0a3f53e 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -23,7 +23,7 @@ libc = "0.2" log = "0.4" ipnet = "2.9.0" kube = { version = "0.90.0", features = ["runtime", "client", "derive"] } -k8s-openapi = { version = "0.21.0", features = ["latest"] } +k8s-openapi = { version = "0.22.0", features = ["latest"] } rsln = "0.0" serde = "1.0" serde_yaml = "0.9"