aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-04-18 09:09:11 +0000
committerGravatar Gerd Zellweger <mail@gerdzellweger.com> 2022-04-18 08:29:03 -0700
commit9c18c89885f11d44a40c2f8876eba706988a087d (patch)
tree621a2fa83c93b1d930f76d10da3f90368cad9243
parent9977ad75519ec92b35485da48ac9978be444645e (diff)
downloadrust-x86-9c18c89885f11d44a40c2f8876eba706988a087d.tar.gz
rust-x86-9c18c89885f11d44a40c2f8876eba706988a087d.tar.zst
rust-x86-9c18c89885f11d44a40c2f8876eba706988a087d.zip
Update klogger requirement from 0.0.10 to 0.0.11
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) --- updated-dependencies: - dependency-name: klogger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 67e0cb4..1ffbd78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -64,7 +64,7 @@ default-features = false # So phf uses libcore instead of libstd
optional = true
[target.'cfg(target_family = "unix")'.dev-dependencies]
-klogger = { version = "0.0.10", features = ["use_ioports"] }
+klogger = { version = "0.0.11", features = ["use_ioports"] }
x86test = { path = "x86test" }
libc = "0.2.*"