From bc87c9f19be4e9bcf8acc93b1a38170d5e42faf0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 07:14:59 +0000 Subject: [PATCH] build(deps): bump kvm-ioctls from `37669f6` to `30adb02` Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) from `37669f6` to `30adb02`. - [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases) - [Commits](https://github.com/rust-vmm/kvm-ioctls/compare/37669f60a04a65b9e81cc62ac4a484ea0ed421ca...30adb021584845eed4124bc8ef3b2b96cd9e159f) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 1b0bd2a6f..fdcae55bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,7 +321,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "kvm-ioctls" version = "0.2.0" -source = "git+https://github.com/rust-vmm/kvm-ioctls#37669f60a04a65b9e81cc62ac4a484ea0ed421ca" +source = "git+https://github.com/rust-vmm/kvm-ioctls#30adb021584845eed4124bc8ef3b2b96cd9e159f" dependencies = [ "kvm-bindings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",