From a3850c3433a5a6cd5d5f7616cf7886822aa1041d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 05:08:45 +0000 Subject: [PATCH] chore(deps): Bump inventory from 0.3.12 to 0.3.13 Bumps [inventory](https://github.com/dtolnay/inventory) from 0.3.12 to 0.3.13. - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](https://github.com/dtolnay/inventory/compare/0.3.12...0.3.13) --- 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 879b7663d3b1b..9cc36019929a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4433,9 +4433,9 @@ dependencies = [ [[package]] name = "inventory" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1be380c410bf0595e94992a648ea89db4dd3f3354ba54af206fd2a68cf5ac8e" +checksum = "0508c56cfe9bfd5dfeb0c22ab9a6abfda2f27bdca422132e494266351ed8d83c" [[package]] name = "io-lifetimes" diff --git a/Cargo.toml b/Cargo.toml index 287624f94bf50..77f4e843ee9ee 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.2", default-features = false, features = ["serde", "std"] } infer = { version = "0.15.0", default-features = false, optional = true} indoc = { version = "2.0.4", default-features = false } -inventory = { version = "0.3.12", default-features = false } +inventory = { version = "0.3.13", 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 }