aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2021-04-07 07:06:50 +0000
committerGravatar Gerd Zellweger <mail@gerdzellweger.com> 2021-04-07 09:19:42 -0700
commited170b806edc571e59003921d391f344d20c780a (patch)
tree51bcc21476f77442d9f3668f9781e29f4140a40c
parent4fef747db548a416434fd288da9d4923caf9d567 (diff)
downloadrust-x86-ed170b806edc571e59003921d391f344d20c780a.tar.gz
rust-x86-ed170b806edc571e59003921d391f344d20c780a.tar.zst
rust-x86-ed170b806edc571e59003921d391f344d20c780a.zip
Update klogger requirement from 0.0.6 to 0.0.7 in /x86test
Updates the requirements on [klogger](https://github.com/gz/rust-klogger) to permit the latest version. - [Release notes](https://github.com/gz/rust-klogger/releases) - [Commits](https://github.com/gz/rust-klogger/compare/0.0.6...0.0.6) 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 4874416..fb83268 100644
--- a/x86test/Cargo.toml
+++ b/x86test/Cargo.toml
@@ -22,4 +22,4 @@ kvm-sys = "0.3.0"
x86 = "0.37.0"
mmap = "0.1.1"
log = "0.4"
-klogger = { version = "0.0.6", features = ["use_ioports"] }
+klogger = { version = "0.0.7", features = ["use_ioports"] }