From 07056b49c62870f0c8b681b8efda1dda41a3ae3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:29:26 +0000 Subject: [PATCH] build(deps): 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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44debd659c..0632f9d45a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1527,12 +1527,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.4.0", "rustversion", "volatile", ]