aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-05-24 09:09:36 +0000
committerGravatar Gerd Zellweger <mail@gerdzellweger.com> 2022-05-24 09:43:46 -0700
commit37e675852c42820443813dafba314a7f29447d70 (patch)
tree1d6ef5d66d8c5c1c98871573e045a5de8d9997d5
parenteb5031a324bfeeda24c234274d882b4e8e62219f (diff)
downloadrust-x86-37e675852c42820443813dafba314a7f29447d70.tar.gz
rust-x86-37e675852c42820443813dafba314a7f29447d70.tar.zst
rust-x86-37e675852c42820443813dafba314a7f29447d70.zip
Update x86 requirement from 0.47 to 0.48 in /x86test
Updates the requirements on [x86](https://github.com/gz/rust-x86) to permit the latest version. - [Release notes](https://github.com/gz/rust-x86/releases) - [Commits](https://github.com/gz/rust-x86/commits) --- updated-dependencies: - dependency-name: x86 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--x86test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86test/Cargo.toml b/x86test/Cargo.toml
index c8ee8d4..f0ed281 100644
--- a/x86test/Cargo.toml
+++ b/x86test/Cargo.toml
@@ -19,7 +19,7 @@ Custom test runner for bare-metal x86 tests.
x86test-macro = { path = "x86test_macro", version = "0.0.5" }
x86test-types = { path = "x86test_types", version = "0.0.5" }
kvm-sys = "0.3.0"
-x86 = { version = "0.47" }
+x86 = { version = "0.48" }
mmap = "0.1.1"
log = "0.4"
klogger = { version = "0.0.11", features = ["use_ioports"] }