From b27dd062b8ac5e186128f84aea280f2bf7630083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 06:32:45 +0000 Subject: [PATCH] chore(deps): bump inventory from 0.3.22 to 0.3.24 in /rust Bumps [inventory](https://github.com/dtolnay/inventory) from 0.3.22 to 0.3.24. - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](https://github.com/dtolnay/inventory/compare/0.3.22...0.3.24) --- updated-dependencies: - dependency-name: inventory dependency-version: 0.3.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index c83c889..b4d3e57 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -653,9 +653,9 @@ dependencies = [ [[package]] name = "inventory" -version = "0.3.22" +version = "0.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227" +checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" dependencies = [ "rustversion", ]