From 398d5eb00998dbca3d939523c8e34e9cef830712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:39:50 +0000 Subject: [PATCH] build: Bump x86_64 from 0.15.4 to 0.15.5 Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.15.4 to 0.15.5. - [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/x86_64/compare/v0.15.4...v0.15.5) --- updated-dependencies: - dependency-name: x86_64 dependency-version: 0.15.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2447aad..6a52598c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -908,9 +908,9 @@ dependencies = [ [[package]] name = "x86_64" -version = "0.15.4" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7841fa0098ceb15c567d93d3fae292c49e10a7662b4936d5f6a9728594555ba" +checksum = "be4ec631e1a81d50e46c35a4a00322bd076c47491b64c2fb10a7ffa89002c697" dependencies = [ "bit_field", "bitflags 2.13.0",