From b7523cc7c55b672babe6ae42c6251113a22b25b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:17:45 +0000 Subject: [PATCH] build(deps): bump x86_64 from 0.14.12 to 0.15.0 Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.14.12 to 0.15.0. - [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/x86_64/compare/v0.14.12...v0.15.0) --- updated-dependencies: - dependency-name: x86_64 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3ea13297..d5a0543b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -830,9 +830,9 @@ dependencies = [ [[package]] name = "x86_64" -version = "0.14.12" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96cb6fd45bfeab6a5055c5bffdb08768bd0c069f1d946debe585bbb380a7c062" +checksum = "cd9b58dbbd61248db1d7d5b7068fbe91b042e889361fe79fb4fd16a12daa66d3" dependencies = [ "bit_field", "bitflags 2.4.2", diff --git a/Cargo.toml b/Cargo.toml index 458fd1a6..b03ef421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ multiboot = "0.8" [target.'cfg(target_arch = "x86_64")'.dependencies] uart_16550 = "0.3" -x86_64 = { version = "0.14", default-features = false, features = ["instructions"] } +x86_64 = { version = "0.15", default-features = false, features = ["instructions"] } [target.'cfg(target_arch = "aarch64")'.dependencies] aarch64-cpu = "9"