From d2da3341855843824e27a9f9dff268b674415bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 05:20:30 +0000 Subject: [PATCH] chore(deps): bump kubert from 0.18.0 to 0.19.0 Bumps [kubert](https://github.com/olix0r/kubert) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/olix0r/kubert/releases) - [Commits](https://github.com/olix0r/kubert/compare/release/v0.18.0...release/v0.19.0) --- 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 594e295..1f2e250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -958,9 +958,9 @@ dependencies = [ [[package]] name = "kubert" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5578e67bd3dee1f18ea52b0f45f976a3829b565e54703f5d5e1bb0017c499b88" +checksum = "357e2b50e5a455abe6199b26ee7d7137e3b72df7f821c0b801756335d13bc140" dependencies = [ "ahash", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1478bb6..b17dfe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ futures = "0.3" kube = { version = "0.85.0", features = ["runtime", "derive"] } kube-derive = "0.84.0" k8s-openapi = { version = "0.19.0", features = ["v1_26"] } -kubert = { version = "0.18.0", features = ["clap", "runtime", "server", "rustls-tls"] } +kubert = { version = "0.19.0", features = ["clap", "runtime", "server", "rustls-tls"] } tokio = { version = "1.26", features = ["full"] } anyhow = { version = "1", features = ["backtrace"] } tracing = "0.1"