From 8d3d07620bcc4409f5ac02fa64329a6d8962bd73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 06:07:00 +0000 Subject: [PATCH] Bump kubert from 0.15.0 to 0.16.1 Bumps [kubert](https://github.com/olix0r/kubert) from 0.15.0 to 0.16.1. - [Release notes](https://github.com/olix0r/kubert/releases) - [Commits](https://github.com/olix0r/kubert/compare/release/v0.15.0...release/v0.16.1) --- updated-dependencies: - dependency-name: kubert dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 737064c..bff1011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -903,9 +903,9 @@ dependencies = [ [[package]] name = "kubert" -version = "0.15.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7171220877a57ac11ba23d28f42666ca800350e8fd3d6ecfe1b133a40e488ae2" +checksum = "8ec5a7c0731d6e668936f6723d4e8dbe4789ad16f5026b37dbb4cc1100a31728" dependencies = [ "ahash", "clap", diff --git a/Cargo.toml b/Cargo.toml index 58cc012..a33706f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ clap = { version = "4.1", features = ["derive", "help", "env", "std"] } futures = "0.3" kube = { version = "0.80.0", features = ["runtime", "derive"] } k8s-openapi = { version = "0.17.0", features = ["v1_26"] } -kubert = { version = "0.15.0", features = ["clap", "runtime", "server"] } +kubert = { version = "0.16.1", features = ["clap", "runtime", "server"] } tokio = { version = "1.26", features = ["full"] } anyhow = { version = "1", features = ["backtrace"] } tracing = "0.1"