From 82a931e0a5db08fc4f6681b4e36913af620a20fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 03:56:31 +0000 Subject: [PATCH] build(deps): bump vmm-sys-util from 0.9.0 to 0.10.0 Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from 0.9.0 to 0.10.0. - [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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: vmm-sys-util dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- gpio/Cargo.toml | 2 +- i2c/Cargo.toml | 2 +- rng/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90109fc..497aacf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,7 +450,7 @@ dependencies = [ "virtio-bindings", "virtio-queue", "vm-memory", - "vmm-sys-util 0.9.0", + "vmm-sys-util 0.10.0", ] [[package]] @@ -467,7 +467,7 @@ dependencies = [ "virtio-bindings", "virtio-queue", "vm-memory", - "vmm-sys-util 0.9.0", + "vmm-sys-util 0.10.0", ] [[package]] @@ -487,7 +487,7 @@ dependencies = [ "virtio-bindings", "virtio-queue", "vm-memory", - "vmm-sys-util 0.9.0", + "vmm-sys-util 0.10.0", ] [[package]] diff --git a/gpio/Cargo.toml b/gpio/Cargo.toml index 9e10332..5ccf83c 100644 --- a/gpio/Cargo.toml +++ b/gpio/Cargo.toml @@ -22,7 +22,7 @@ vhost-user-backend = "0.5" virtio-bindings = ">=0.1" virtio-queue = "0.4" vm-memory = ">=0.8" -vmm-sys-util = "=0.9.0" +vmm-sys-util = "=0.10.0" [target.'cfg(target_env = "gnu")'.dependencies] libgpiod = { git = "https://github.com/vireshk/libgpiod" } diff --git a/i2c/Cargo.toml b/i2c/Cargo.toml index 8f0209c..2a248a9 100644 --- a/i2c/Cargo.toml +++ b/i2c/Cargo.toml @@ -22,7 +22,7 @@ vhost-user-backend = "0.5" virtio-bindings = ">=0.1" virtio-queue = "0.4" vm-memory = ">=0.8" -vmm-sys-util = "=0.9.0" +vmm-sys-util = "=0.10.0" [dev-dependencies] virtio-queue = { version = "0.4", features = ["test-utils"] } diff --git a/rng/Cargo.toml b/rng/Cargo.toml index 84873c2..c510de4 100644 --- a/rng/Cargo.toml +++ b/rng/Cargo.toml @@ -23,7 +23,7 @@ vhost-user-backend = "0.5" virtio-bindings = ">=0.1" virtio-queue = "0.4" vm-memory = ">=0.8" -vmm-sys-util = "=0.9.0" +vmm-sys-util = "=0.10.0" [dev-dependencies] virtio-queue = { version = "0.4", features = ["test-utils"] }