From ed4537f4aeeac2850e2c8d9c781daec5f539c469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 23:47:51 +0000 Subject: [PATCH] build: Bump vmm-sys-util from 0.11.1 to 0.11.2 in /fuzz Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from 0.11.1 to 0.11.2. - [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/commits) --- 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 9a57231b8..b0f1bec11 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -1073,9 +1073,9 @@ dependencies = [ [[package]] name = "vmm-sys-util" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd64fe09d8e880e600c324e7d664760a17f56e9672b7495a86381b49e4f72f46" +checksum = "48b7b084231214f7427041e4220d77dfe726897a6d41fddee450696e66ff2a29" dependencies = [ "bitflags 1.3.2", "libc", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index fb1d090a8..a6c071328 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -22,7 +22,7 @@ seccompiler = "0.3.0" virtio-devices = { path = "../virtio-devices" } virtio-queue = "0.9.0" vmm = { path = "../vmm" } -vmm-sys-util = "0.11.1" +vmm-sys-util = "0.11.2" vm-memory = "0.12.2" vm-device = { path = "../vm-device" } vm-virtio = { path = "../vm-virtio" }