From e0957cfd1f1b6fd5cce962a014e339edf21de7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 14:47:31 +0000 Subject: [PATCH] Bump x86 from 0.45.0 to 0.47.0 Bumps [x86](https://github.com/gz/rust-x86) from 0.45.0 to 0.47.0. - [Release notes](https://github.com/gz/rust-x86/releases) - [Commits](https://github.com/gz/rust-x86/commits/0.47.0) --- updated-dependencies: - dependency-name: x86 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 da50e6bc..f470c55a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,9 +178,9 @@ checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" [[package]] name = "x86" -version = "0.45.0" +version = "0.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "637be4bacc6c06570eb05a3ba513f81d63e52862ced82db542215dd48dbab1e5" +checksum = "55b5be8cc34d017d8aabec95bc45a43d0f20e8b2a31a453cabc804fe996f8dca" dependencies = [ "bit_field", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 3154a24a..81529972 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ static-alloc = "0.2" [target.'cfg(target_arch = "x86_64")'.dependencies] multiboot = "0.7" -x86 = { version = "0.45", default-features = false } +x86 = { version = "0.47", default-features = false } [target.'cfg(target_arch = "aarch64")'.dependencies] aarch64 = "0.0.7"