From ff6a5df6ebde1c9e5a5724e95cc3a3a44fae826f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:10:14 +0000 Subject: [PATCH] Update kube requirement from 0.93.1 to 0.94.1 Updates the requirements on [kube](https://github.com/kube-rs/kube) to permit the latest version. - [Release notes](https://github.com/kube-rs/kube/releases) - [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md) - [Commits](https://github.com/kube-rs/kube/compare/0.93.1...0.94.1) --- updated-dependencies: - dependency-name: kube dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d71e23f..8e8a633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ data-encoding = "2.5.0" dirs = "5.0.1" json_comments = "0.2.2" k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "latest"] } -kube = { version = "0.93.1", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } +kube = { version = "0.94.1", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } notify = "6.1.1" oci-distribution = { version = "0.11.0", default-features = false, features = ["rustls-tls", "test-registry"] } schemars = "0.8.16"