From c41bdee73bf210804a5da7ca870b0f41d3050f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 04:16:21 +0000 Subject: [PATCH] chore(deps): bump k8s-openapi from 0.11.0 to 0.13.0 Bumps [k8s-openapi](https://github.com/Arnavion/k8s-openapi) from 0.11.0 to 0.13.0. - [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.11.0...v0.13.0) --- updated-dependencies: - dependency-name: k8s-openapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/k8s-e2e-tests/Cargo.toml | 2 +- lib/k8s-test-framework/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d10333aeb8110..564f968837dc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3208,9 +3208,9 @@ dependencies = [ [[package]] name = "k8s-openapi" -version = "0.11.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc1f973542059e6d5a6d63de6a9539d0ec784f82b2327f3c1915d33200bc6a4" +checksum = "748acc444200aa3528dc131a8048e131a9e75a611a52d152e276e99199313d1a" dependencies = [ "base64 0.13.0", "bytes 1.0.1", diff --git a/Cargo.toml b/Cargo.toml index da81b272ee87b..24dffbb0bdf66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -207,7 +207,7 @@ hyper-openssl = { version = "0.9.1", default-features = false } indexmap = { version = "1.6.2", default-features = false, features = ["serde"] } indoc = { version = "1.0.3", default-features = false } inventory = { version = "0.1.10", default-features = false } -k8s-openapi = { version = "0.11.0", default-features = true, features = ["api", "v1_16"], optional = true } +k8s-openapi = { version = "0.13.0", default-features = true, features = ["api", "v1_16"], optional = true } lazy_static = { version = "1.4.0", default-features = false } leveldb = { version = "0.8.6", default-features = false, optional = true } listenfd = { version = "0.3.3", default-features = false, optional = true } diff --git a/lib/k8s-e2e-tests/Cargo.toml b/lib/k8s-e2e-tests/Cargo.toml index 2d882ad8cec55..046de68105d11 100644 --- a/lib/k8s-e2e-tests/Cargo.toml +++ b/lib/k8s-e2e-tests/Cargo.toml @@ -9,7 +9,7 @@ license = "MPL-2.0" [dependencies] futures = "0.3" -k8s-openapi = { version = "0.11.0", default-features = false, features = ["v1_16"] } +k8s-openapi = { version = "0.13.0", default-features = false, features = ["v1_16"] } k8s-test-framework = { version = "0.1", path = "../k8s-test-framework" } regex = "1" reqwest = { version = "0.11.3", features = ["json"] } diff --git a/lib/k8s-test-framework/Cargo.toml b/lib/k8s-test-framework/Cargo.toml index 3a5a9f6fa71e7..3b648f8e840e1 100644 --- a/lib/k8s-test-framework/Cargo.toml +++ b/lib/k8s-test-framework/Cargo.toml @@ -8,7 +8,7 @@ publish = false license = "MPL-2.0" [dependencies] -k8s-openapi = { version = "0.11.0", default-features = false, features = ["v1_16"] } +k8s-openapi = { version = "0.13.0", default-features = false, features = ["v1_16"] } once_cell = "1" serde_json = "1" tempfile = "3"