Skip to content
Snippets Groups Projects
Unverified Commit 2e03bdfe authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump x86 from 0.50.0 to 0.51.0

Bumps [x86](https://github.com/gz/rust-x86) from 0.50.0 to 0.51.0.
- [Release notes](https://github.com/gz/rust-x86/releases)
- [Changelog](https://github.com/gz/rust-x86/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gz/rust-x86/commits

)

---
updated-dependencies:
- dependency-name: x86
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 55b00990
No related branches found
No related tags found
No related merge requests found
Pipeline #762388 passed
......@@ -568,9 +568,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "x86"
version = "0.50.0"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1de8847a379a384cce3c41d66f7a07be673eef6edb47827dbb07ff10468142a"
checksum = "fa7477e4af519a58818c1f0ab4b149d0ce3304e625be8fe56c8484cac50b0532"
dependencies = [
"bit_field",
"bitflags",
......
......@@ -74,12 +74,12 @@ qemu-exit = "3.0"
[target.'cfg(target_arch = "x86_64")'.dependencies]
multiboot = "0.8"
time = { version = "0.3", default-features = false }
x86 = { version = "0.50", default-features = false }
x86 = { version = "0.51", default-features = false }
[dev-dependencies]
float-cmp = "0.9"
num-traits = { version = "0.2", default-features = false }
x86 = { version = "0.50", default-features = false }
x86 = { version = "0.51", default-features = false }
[target.'cfg(target_arch = "aarch64")'.dependencies.aarch64]
version = "0.0.7"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment