From b12422fcc2578094bb7ccebbb839e6fc25035a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:53:26 +0000 Subject: [PATCH] Bump x86_64 from 0.14.10 to 0.14.11 Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.14.10 to 0.14.11. - [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.14.11) --- updated-dependencies: - dependency-name: x86_64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 481f1ec25..8a58ad463 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -822,12 +822,12 @@ dependencies = [ [[package]] name = "x86_64" -version = "0.14.10" +version = "0.14.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "100555a863c0092238c2e0e814c1096c1e5cf066a309c696a87e907b5f8c5d69" +checksum = "3b835097a84e4457323331ec5d6eb23d096066cbfb215d54096dcb4b2e85f500" dependencies = [ "bit_field", - "bitflags 1.3.2", + "bitflags 2.3.2", "rustversion", "volatile", ] diff --git a/Cargo.toml b/Cargo.toml index 19370abf3..18fb9f359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ spin = "0.9.8" time = { version = "0.2.27", default-features = false } uart_16550 = "0.2.19" vte = "0.12.0" -x86_64 = "0.14.10" +x86_64 = "0.14.11" [package.metadata.bootimage] test-success-exit-code = 33 # (0x10 << 1) | 1