From b884fb7adf8459f16b59b32e3185eb6ca46210ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:26:16 +0000 Subject: [PATCH] Rust Dependency: Bump hidparser from `2f259c8` to `7eea73b` Bumps [hidparser](https://github.com/microsoft/mu_rust_hid) from `2f259c8` to `7eea73b`. - [Release notes](https://github.com/microsoft/mu_rust_hid/releases) - [Commits](https://github.com/microsoft/mu_rust_hid/compare/2f259c817bd546856bd951f80ad7a996eb4541d2...7eea73b925a349458eb778a208967b6ea8501021) --- updated-dependencies: - dependency-name: hidparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 96660c703..f9c972d71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -66,7 +66,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "hidparser" version = "1.0.1" -source = "git+https://github.com/microsoft/mu_rust_hid.git?branch=main#2f259c817bd546856bd951f80ad7a996eb4541d2" +source = "git+https://github.com/microsoft/mu_rust_hid.git?branch=main#7eea73b925a349458eb778a208967b6ea8501021" [[package]] name = "memoffset"