From 84121c7262c25d1b8bf2f1b2e335c528040824e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 21:37:17 +0000 Subject: [PATCH] Update kube requirement from 0.90.0 to 0.91.0 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.90.0...0.91.0) --- 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 5250dfd..6ff0017 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.21.1", default-features = false, features = ["schemars", "v1_28"] } -kube = { version = "0.90.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] } +kube = { version = "0.91.0", 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"