diff options
author | 2022-06-06 09:10:11 +0000 | |
---|---|---|
committer | 2022-06-06 15:36:45 -0700 | |
commit | f6c19b56c79c2f9c273d5cc4fd0358f058d6ac61 (patch) | |
tree | cd7387097b33b4a5bcdae7f67904bce3c680c54f | |
parent | 1a760876a5b57b77d85baf4b30159e0c422333b1 (diff) | |
download | rust-x86-f6c19b56c79c2f9c273d5cc4fd0358f058d6ac61.tar.gz rust-x86-f6c19b56c79c2f9c273d5cc4fd0358f058d6ac61.tar.zst rust-x86-f6c19b56c79c2f9c273d5cc4fd0358f058d6ac61.zip |
Update x86 requirement from 0.48 to 0.49 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)
- [Changelog](https://github.com/gz/rust-x86/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gz/rust-x86/compare/0.48.0...0.49.0)
---
updated-dependencies:
- dependency-name: x86
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | x86test/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x86test/Cargo.toml b/x86test/Cargo.toml index f0ed281..eedb431 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.48" } +x86 = { version = "0.49" } mmap = "0.1.1" log = "0.4" klogger = { version = "0.0.11", features = ["use_ioports"] } |