From 2396f681c150ade70bbdf827547006a73baa7e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 04:15:33 +0000 Subject: [PATCH] chore(deps): Bump inventory from 0.3.6 to 0.3.8 Bumps [inventory](https://github.com/dtolnay/inventory) from 0.3.6 to 0.3.8. - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](https://github.com/dtolnay/inventory/compare/0.3.6...0.3.8) --- updated-dependencies: - dependency-name: inventory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++---------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce9e6d92c79c3..f2aa7f3e28739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3422,17 +3422,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "ghost" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb19fe8de3ea0920d282f7b77dd4227aea6b8b999b42cdf0ca41b2472b14443a" -dependencies = [ - "proc-macro2 1.0.60", - "quote 1.0.28", - "syn 1.0.109", -] - [[package]] name = "glob" version = "0.3.1" @@ -4170,12 +4159,9 @@ dependencies = [ [[package]] name = "inventory" -version = "0.3.6" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0539b5de9241582ce6bd6b0ba7399313560151e58c9aaf8b74b711b1bdce644" -dependencies = [ - "ghost", -] +checksum = "c38a87a1e0e2752433cd4b26019a469112a25fb43b30f5ee9b3b898925c5a0f9" [[package]] name = "io-lifetimes" diff --git a/Cargo.toml b/Cargo.toml index de6bdc4cb2552..9cad6cbd217e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -267,7 +267,7 @@ hyper-proxy = { version = "0.9.1", default-features = false, features = ["openss indexmap = { version = "~1.9.3", default-features = false, features = ["serde"] } infer = { version = "0.13.0", default-features = false, optional = true} indoc = { version = "2.0.1", default-features = false } -inventory = { version = "0.3.6", default-features = false } +inventory = { version = "0.3.8", 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 }