From 1454d39b28175140c28761e553719242fd7f12d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 00:44:25 +0000 Subject: [PATCH] build: Bump igvm_defs from `d062818` to `01daa63` Bumps [igvm_defs](https://github.com/microsoft/igvm) from `d062818` to `01daa63`. - [Release notes](https://github.com/microsoft/igvm/releases) - [Commits](https://github.com/microsoft/igvm/compare/d062818ffbe9d289e7a7914a262e90bd536ad2a7...01daa631a596459cb4de58505881007dd13d4410) --- updated-dependencies: - dependency-name: igvm_defs dependency-version: 01daa631a596459cb4de58505881007dd13d4410 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93730eadf..dbf79b2e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1013,7 +1013,7 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "igvm" version = "0.3.4" -source = "git+https://github.com/microsoft/igvm?branch=main#d062818ffbe9d289e7a7914a262e90bd536ad2a7" +source = "git+https://github.com/microsoft/igvm?branch=main#01daa631a596459cb4de58505881007dd13d4410" dependencies = [ "bitfield-struct", "crc32fast", @@ -1030,7 +1030,7 @@ dependencies = [ [[package]] name = "igvm_defs" version = "0.3.4" -source = "git+https://github.com/microsoft/igvm?branch=main#d062818ffbe9d289e7a7914a262e90bd536ad2a7" +source = "git+https://github.com/microsoft/igvm?branch=main#01daa631a596459cb4de58505881007dd13d4410" dependencies = [ "bitfield-struct", "open-enum",