aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-07-01 09:09:14 +0000
committerGravatar Gerd Zellweger <mail@gerdzellweger.com> 2022-07-01 11:00:00 -0700
commitf8700919aebf709e18879e1229690be7c5aa64d1 (patch)
tree22e26efdb75f6ea24a8690d6a821c6f48ca6b4b7
parent3fcaae47124d5b135b033562cda7e1eddb9d598f (diff)
downloadrust-x86-f8700919aebf709e18879e1229690be7c5aa64d1.tar.gz
rust-x86-f8700919aebf709e18879e1229690be7c5aa64d1.tar.zst
rust-x86-f8700919aebf709e18879e1229690be7c5aa64d1.zip
Update klogger requirement from 0.0.11 to 0.0.12 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/commits/0.0.12) --- updated-dependencies: - dependency-name: klogger 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 d79ad8d..ce8f81a 100644
--- a/x86test/Cargo.toml
+++ b/x86test/Cargo.toml
@@ -22,4 +22,4 @@ kvm-sys = "0.3.0"
x86 = { version = "0.50" }
mmap = "0.1.1"
log = "0.4"
-klogger = { version = "0.0.11", features = ["use_ioports"] }
+klogger = { version = "0.0.12", features = ["use_ioports"] }