From 230eae25cfb55558da9438693315cb90c86eb880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 04:18:19 +0000 Subject: [PATCH] Bump x86_64 from 0.15.1 to 0.15.2 Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.15.1 to 0.15.2. - [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/x86_64/compare/v0.15.1...v0.15.2) --- updated-dependencies: - dependency-name: x86_64 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 5d8f5c9b..8b8a05f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -799,9 +799,9 @@ dependencies = [ [[package]] name = "x86_64" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bc79523af8abf92fb1a970c3e086c5a343f6bcc1a0eb890f575cbb3b45743df" +checksum = "0f042214de98141e9c8706e8192b73f56494087cc55ebec28ce10f26c5c364ae" dependencies = [ "bit_field", "bitflags 2.4.1", diff --git a/Cargo.toml b/Cargo.toml index fa6619fd..4e52496c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ time = { version = "0.2.27", default-features = false } geodate = { version = "0.5.0", default-features = false } uart_16550 = "0.3.2" vte = "0.13.0" -x86_64 = "0.15.1" +x86_64 = "0.15.2" [package.metadata.bootloader] physical-memory-offset = "0xFFFF800000000000"