From ed64f61e0e978ed08f60cb2a1113b0b9195fe741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 06:32:43 +0000 Subject: [PATCH] chore(deps): bump inventory from 0.3.22 to 0.3.23 in /rust Bumps [inventory](https://github.com/dtolnay/inventory) from 0.3.22 to 0.3.23. - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](https://github.com/dtolnay/inventory/compare/0.3.22...0.3.23) --- updated-dependencies: - dependency-name: inventory dependency-version: 0.3.23 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..835ba0c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -653,9 +653,9 @@ dependencies = [ [[package]] name = "inventory" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227" +checksum = "8062b737e5389949f477d4760a2ebbff0c366f97798f2419b8d8f366363d3342" dependencies = [ "rustversion", ]