From 9180000b1bf5171a6687572348e5b86dfbdd9fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 07:18:35 +0000 Subject: [PATCH] chore(deps): bump inventory from 0.3.13 to 0.3.14 Bumps [inventory](https://github.com/dtolnay/inventory) from 0.3.13 to 0.3.14. - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](https://github.com/dtolnay/inventory/compare/0.3.13...0.3.14) --- 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 890a958d..7a2aca18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1154,9 +1154,9 @@ dependencies = [ [[package]] name = "inventory" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0508c56cfe9bfd5dfeb0c22ab9a6abfda2f27bdca422132e494266351ed8d83c" +checksum = "c8573b2b1fb643a372c73b23f4da5f888677feef3305146d68a539250a9bccc7" [[package]] name = "io-lifetimes" diff --git a/Cargo.toml b/Cargo.toml index e9b9f908..09ab4ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures = "0.3" gtmpl = "0.7" human-errors = "0.1.3" http = "0.2" -inventory = "0.3.13" +inventory = "0.3.14" itertools = "0.12" keyring = { version = "2.1", optional = true } lazy_static = "1.4"