From be307eb4a4b48193dbcba63c8317867eed63917e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 04:45:32 +0000 Subject: [PATCH] :arrow_up: Update k8s-openapi requirement from 0.6.0 to 0.7.1 Updates the requirements on [k8s-openapi](https://github.com/Arnavion/k8s-openapi) to permit the latest version. - [Release notes](https://github.com/Arnavion/k8s-openapi/releases) - [Changelog](https://github.com/Arnavion/k8s-openapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/Arnavion/k8s-openapi/compare/v0.6.0...v0.7.1) 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 cf3830d..41a616c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ exclude = ["/.github", "/.dependabot", ".gitignore"] [dependencies] tokio = { version = "0.2.6", features = ["full"]} kube = { version = "0.23.0", features = ["openapi"] } -k8s-openapi = { version = "0.6.0", features = ["v1_15"], default-features = false } +k8s-openapi = { version = "0.7.1", features = ["v1_15"], default-features = false } log = "0.4.8" env_logger = "0.7.1" anyhow = "1.0.26"