From cc1550935c0fc5028a1ea0bfaebbdd35b63fe155 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 10:05:15 +0000 Subject: [PATCH] Bump x86_64 from 0.14.8 to 0.14.9 Bumps [x86_64](https://github.com/rust-osdev/x86_64) from 0.14.8 to 0.14.9. - [Release notes](https://github.com/rust-osdev/x86_64/releases) - [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/x86_64/compare/v0.14.8...v0.14.9) --- updated-dependencies: - dependency-name: x86_64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b36768e18..db703c89b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,6 +458,12 @@ dependencies = [ "log", ] +[[package]] +name = "rustversion" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f" + [[package]] name = "scopeguard" version = "1.1.0" @@ -649,11 +655,12 @@ dependencies = [ [[package]] name = "x86_64" -version = "0.14.8" +version = "0.14.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958ab3202b01bc43ba2eb832102c4a487ed93151667a2289062e5f2b00058be2" +checksum = "958cd5cb28e720db2f59ee9dc4235b5f82a183d079fb0e6caf43ad074cfdc66a" dependencies = [ "bit_field", "bitflags", + "rustversion", "volatile", ] diff --git a/Cargo.toml b/Cargo.toml index efcf1101c..f253e2f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ spin = "0.9.2" time = { version = "0.2.27", default-features = false } uart_16550 = "0.2.16" vte = "0.10.1" -x86_64 = "0.14.8" +x86_64 = "0.14.9" [package.metadata.bootimage] test-success-exit-code = 33 # (0x10 << 1) | 1