From 168cd6c6cd42a88be4c687f7642719f39f270b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 03:37:21 +0000 Subject: [PATCH] chore(deps): Bump inventory from 0.3.9 to 0.3.10 Bumps [inventory](https://github.com/dtolnay/inventory) from 0.3.9 to 0.3.10. - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](https://github.com/dtolnay/inventory/compare/0.3.9...0.3.10) --- updated-dependencies: - dependency-name: inventory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4acbaf76b7a5f..014ad852cfd1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4210,9 +4210,9 @@ dependencies = [ [[package]] name = "inventory" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b1d6b4b9fb75fc419bdef998b689df5080a32931cb3395b86202046b56a9ea" +checksum = "59c01ab27b36b668b4719ad000ced6ba3c3338f6793486449f2bd7ea96457f35" [[package]] name = "io-lifetimes" diff --git a/Cargo.toml b/Cargo.toml index bc7e0e165c332..d410299bca806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -275,7 +275,7 @@ hyper-proxy = { version = "0.9.1", default-features = false, features = ["openss indexmap = { version = "~2.0.0", default-features = false, features = ["serde", "std"] } infer = { version = "0.15.0", default-features = false, optional = true} indoc = { version = "2.0.3", default-features = false } -inventory = { version = "0.3.9", default-features = false } +inventory = { version = "0.3.10", default-features = false } k8s-openapi = { version = "0.18.0", default-features = false, features = ["api", "v1_26"], optional = true } kube = { version = "0.82.0", default-features = false, features = ["client", "openssl-tls", "runtime"], optional = true } listenfd = { version = "1.0.1", default-features = false, optional = true }