From ef5bd75a185cfe4e744c2039b9def25c7693beec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 02:02:10 +0000 Subject: [PATCH] build: Bump x86_64 from 0.15.3 to 0.15.4 Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.15.3 to 0.15.4. - [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/x86_64/compare/v0.15.3...v0.15.4) --- updated-dependencies: - dependency-name: x86_64 dependency-version: 0.15.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bdfcf2a..deb1d13a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,9 +647,9 @@ dependencies = [ [[package]] name = "x86_64" -version = "0.15.3" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "575f620d283cb63500b96c4bcaa12523c6a278d89b85ea35c97ad43ba754fd1e" +checksum = "f7841fa0098ceb15c567d93d3fae292c49e10a7662b4936d5f6a9728594555ba" dependencies = [ "bit_field", "bitflags 2.10.0", diff --git a/Cargo.toml b/Cargo.toml index db1ddfd2..37d41982 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ chrono = { version = "0.4", default-features = false } [target.'cfg(target_arch = "x86_64")'.dependencies] uart_16550 = "0.4.0" -x86_64 = { version = "0.15.3", default-features = false, features = [ +x86_64 = { version = "0.15.4", default-features = false, features = [ "instructions", ] }