From 387e424132daf8c1b6f286079997dd17d4069ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 02:59:22 +0000 Subject: [PATCH] build: 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 c37af89c..981e65ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,9 +612,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 e7304680..ba60bb91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ chrono = { version = "0.4", default-features = false } [target.'cfg(target_arch = "x86_64")'.dependencies] uart_16550 = "0.3.0" -x86_64 = "0.14.12" +x86_64 = "0.15.0" [target.'cfg(target_arch = "riscv64")'.dependencies] chrono = { version = "0.4", default-features = false }