From b0b4f1feda027eb815c0c9f1dbfc9cfb68ca9616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 04:56:15 +0000 Subject: [PATCH] Update x86_64 requirement from 0.14.10 to 0.15.0 Updates the requirements on [x86_64](https://github.com/rust-osdev/x86_64) to permit the latest version. - [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/x86_64/compare/v0.14.10...v0.15.0) --- updated-dependencies: - dependency-name: x86_64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3110d5e..6b7b75a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["no-std", "no-std::no-alloc", "hardware-support"] exclude = ["./.github/*"] [dependencies] -x86_64 = { version = "0.14.10", default-features = false, features = ["instructions"] } +x86_64 = { version = "0.15.0", default-features = false, features = ["instructions"] } [features] default = ["apic"]