From c15a872f3ae2e2fb813a5b8e67f1e7abc408bb42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:11:19 +0000 Subject: [PATCH] chore(deps): Bump inventory from 0.3.15 to 0.3.16 Bumps [inventory](https://github.com/dtolnay/inventory) from 0.3.15 to 0.3.16. - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](https://github.com/dtolnay/inventory/compare/0.3.15...0.3.16) --- updated-dependencies: - dependency-name: inventory dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e404971..673e3ef5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -988,9 +988,12 @@ dependencies = [ [[package]] name = "inventory" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767" +checksum = "e5d80fade88dd420ce0d9ab6f7c58ef2272dde38db874657950f827d4982c817" +dependencies = [ + "rustversion", +] [[package]] name = "ipconfig" diff --git a/Cargo.toml b/Cargo.toml index 2ef4b771..fe22da0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ futures = "0.3" gtmpl = "0.7" human-errors = "0.1.5" http = "0.2" -inventory = "0.3.15" +inventory = "0.3.16" itertools = "0.13" keyring = { version = "3.6.1", optional = true } lazy_static = "1.5"