From a334831d5417258fe94b3122f9d9d2a20e0d5f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 23:03:33 +0000 Subject: [PATCH] build: Bump vmm-sys-util from 0.11.0 to 0.11.1 in /fuzz Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: vmm-sys-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 4 ++-- fuzz/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index a07d2f6eb..d2dad71d6 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -1047,9 +1047,9 @@ dependencies = [ [[package]] name = "vmm-sys-util" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc06a16ee8ebf0d9269aed304030b0d20a866b8b3dd3d4ce532596ac567a0d24" +checksum = "dd64fe09d8e880e600c324e7d664760a17f56e9672b7495a86381b49e4f72f46" dependencies = [ "bitflags", "libc", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 562391428..a8086eda0 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -24,7 +24,7 @@ vhdx = { path = "../vhdx" } virtio-devices = { path = "../virtio-devices" } virtio-queue = "0.7.0" vmm = { path = "../vmm" } -vmm-sys-util = "0.11.0" +vmm-sys-util = "0.11.1" vm-memory = "0.10.0" vm-device = { path = "../vm-device" } vm-virtio = { path = "../vm-virtio" }