From a9d4679c96c6aead86d1c6c28dab0575b669c230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 02:14:06 +0000 Subject: [PATCH 1/2] 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 d51254c019a3c..8253ccb7fc0b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3427,17 +3427,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.63", - "quote 1.0.29", - "syn 1.0.109", -] - [[package]] name = "gimli" version = "0.27.3" @@ -4182,12 +4171,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 52f14a6dd4243..84d5e9de09b2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -272,7 +272,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.14.0", default-features = false, optional = true} indoc = { version = "2.0.2", 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 } From be0842b6bc98375290a01f9d6a6eb7e171fd0098 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 6 Jul 2023 18:15:20 -0700 Subject: [PATCH 2/2] regen license file Signed-off-by: Jesse Szwedko --- LICENSE-3rdparty.csv | 1 - 1 file changed, 1 deletion(-) diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index fd759a75ab82a..9a73b1ffe07f1 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -215,7 +215,6 @@ futures-timer,https://github.com/async-rs/futures-timer,MIT OR Apache-2.0,Alex C futures-util,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futures-util Authors generic-array,https://github.com/fizyk20/generic-array,MIT,"Bartłomiej Kamiński , Aaron Trent " getrandom,https://github.com/rust-random/getrandom,MIT OR Apache-2.0,The Rand Project Developers -ghost,https://github.com/dtolnay/ghost,MIT OR Apache-2.0,David Tolnay gimli,https://github.com/gimli-rs/gimli,MIT OR Apache-2.0,The gimli Authors glob,https://github.com/rust-lang/glob,MIT OR Apache-2.0,The Rust Project Developers goauth,https://github.com/durch/rust-goauth,MIT,Drazen Urch