From 8e640f1a867d92e313461f18178e375d1d4c4dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 07:00:34 -0700 Subject: [PATCH] chore(deps): bump infer from 0.7.0 to 0.8.0 (#12787) Bumps [infer](https://github.com/bojand/infer) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/bojand/infer/releases) - [Commits](https://github.com/bojand/infer/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: infer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c4f2a7bd1a66..56adbf4eb5a5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3632,9 +3632,9 @@ checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac" [[package]] name = "infer" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20b2b533137b9cad970793453d4f921c2e91312a6d88b1085c07bc15fc51bb3b" +checksum = "16f98856089d7ef1e861afada561bc23897918cfdfda49fe4f90ae9152ac86c3" [[package]] name = "inherent" @@ -8651,7 +8651,7 @@ dependencies = [ "hyper-proxy", "indexmap", "indoc", - "infer 0.7.0", + "infer 0.8.0", "inventory 0.1.11", "itertools", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index edf6b8dba2191..6f7751f472b4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -244,7 +244,7 @@ hyper = { version = "0.14.18", default-features = false, features = ["client", " hyper-openssl = { version = "0.9.2", default-features = false } hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] } indexmap = { version = "~1.8.1", default-features = false, features = ["serde"] } -infer = { version = "0.7.0", default-features = false, optional = true} +infer = { version = "0.8.0", default-features = false, optional = true} indoc = { version = "1.0.6", default-features = false } inventory = { version = "0.1.10", default-features = false } k8s-openapi = { version = "0.14.0", default-features = false, features = ["api", "v1_16"], optional = true }