From 94e84f571122779354177dfcf34dfa30b577778a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 07:05:29 +0000 Subject: [PATCH] Update kube requirement from 0.22 to 0.23 Updates the requirements on [kube](https://github.com/clux/kube-rs) to permit the latest version. - [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.22.0...0.23.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index efe4534..8a7ebbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ docopt = "1.0" either = "1.5" futures = "0.3" k8s-openapi = { version = "0.6", default-features = false, features = ["v1_15"], optional = true } -kube = { version = "0.22", features = ["openapi"], optional = true } +kube = { version = "0.23", features = ["openapi"], optional = true } log = "0.4" notifier = { version = "0.1", features = ["tcp_typed"] } once_cell = "1.0"