From 0ea732dcc485e50b778591672464f08b5b7ac262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 03:34:11 +0000 Subject: [PATCH] Bump kube-derive from 0.78.0 to 0.79.0 in /cmd/pinniped-proxy Bumps [kube-derive](https://github.com/kube-rs/kube) from 0.78.0 to 0.79.0. - [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.78.0...0.79.0) --- updated-dependencies: - dependency-name: kube-derive dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cmd/pinniped-proxy/Cargo.lock | 4 ++-- cmd/pinniped-proxy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/pinniped-proxy/Cargo.lock b/cmd/pinniped-proxy/Cargo.lock index 6ae8a46e61e..4da4f3cc731 100644 --- a/cmd/pinniped-proxy/Cargo.lock +++ b/cmd/pinniped-proxy/Cargo.lock @@ -973,9 +973,9 @@ dependencies = [ [[package]] name = "kube-derive" -version = "0.78.0" +version = "0.79.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e1dfe288fd87029f87c5713ddf585a4221e1b5be8f8c7c02ba28f5211f2a6d7" +checksum = "1e300a7410efc929a817fefe80ad0b2b16987cc236eb7737f7686b5d9bffd818" dependencies = [ "darling", "proc-macro2", diff --git a/cmd/pinniped-proxy/Cargo.toml b/cmd/pinniped-proxy/Cargo.toml index 836b8421155..bce207ab7d0 100644 --- a/cmd/pinniped-proxy/Cargo.toml +++ b/cmd/pinniped-proxy/Cargo.toml @@ -18,7 +18,7 @@ env_logger = "0.10" hyper = { version = "0.14", features = ["server"] } hyper-tls = "0.5" kube = { version = "0.79.0" } -kube-derive = { version = "0.78.0"} +kube-derive = { version = "0.79.0"} kube-runtime = "0.79.0" k8s-openapi = { version = "0.17.0", default-features = false} log = "0.4"