From e49c881208870ff8c5efd03e2f7829535bf76047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 02:03:10 +0000 Subject: [PATCH] Bump kube from 0.50.1 to 0.51.0 in /backend Bumps [kube](https://github.com/clux/kube-rs) from 0.50.1 to 0.51.0. - [Release notes](https://github.com/clux/kube-rs/releases) - [Changelog](https://github.com/clux/kube-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/clux/kube-rs/compare/0.50.1...0.51.0) Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 8 ++++---- backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 5136dc004..ece747df7 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -883,9 +883,9 @@ dependencies = [ [[package]] name = "kube" -version = "0.50.1" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33ce7a69993c5da7c4ed2d5d61fe980a995a249a8155385a01aa963653f8af7f" +checksum = "8d47a55e9f881dc5027dcaf026670fa24b41f67926ab6517e2155488fe9c012a" dependencies = [ "Inflector", "base64 0.13.0", @@ -2051,9 +2051,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "713c629c07a3a97f741c140e474e7304294fabec66a43a33f0832e98315ab07f" +checksum = "f715efe02c0862926eb463e49368d38ddb119383475686178e32e26d15d06a66" dependencies = [ "futures-core", "futures-util", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index b28d97e33..b0e8d2889 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -21,6 +21,6 @@ rocket_oauth2 = { version = "0.4.1", features = ["hyper_sync_rustls_adapter"] } serde = { version = "1.0.123", features = ["derive"] } serde_json = "1.0.63" serde_yaml = "0.8.17" -kube = { version = "0.50.1", default-features = true, features = ["jsonpatch"] } +kube = { version = "0.51.0", default-features = true, features = ["jsonpatch"] } k8s-openapi = { version = "0.11.0", default-features = false, features = ["v1_15"] } tokio = {version = "1.2.0", features = ["macros", "rt-multi-thread"] }