From 6dabb28122301d0dafad606f5b80ba4b3edea461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:14:05 +0000 Subject: [PATCH] build(deps): bump virtio-bindings from 0.2.1 to 0.2.2 Bumps [virtio-bindings](https://github.com/rust-vmm/vm-virtio) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/rust-vmm/vm-virtio/releases) - [Commits](https://github.com/rust-vmm/vm-virtio/compare/virtio-bindings-v0.2.1...virtio-bindings-v0.2.2) --- updated-dependencies: - dependency-name: virtio-bindings dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- vhost-device-gpio/Cargo.toml | 2 +- vhost-device-i2c/Cargo.toml | 2 +- vhost-device-rng/Cargo.toml | 2 +- vhost-device-scsi/Cargo.toml | 2 +- vhost-device-vsock/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14806ed..7a18de0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1000,9 +1000,9 @@ dependencies = [ [[package]] name = "virtio-bindings" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c18d7b74098a946470ea265b5bacbbf877abc3373021388454de0d47735a5b98" +checksum = "878bcb1b2812a10c30d53b0ed054999de3d98f25ece91fc173973f9c57aaae86" [[package]] name = "virtio-queue" diff --git a/vhost-device-gpio/Cargo.toml b/vhost-device-gpio/Cargo.toml index 905d87a..ea0e4cd 100644 --- a/vhost-device-gpio/Cargo.toml +++ b/vhost-device-gpio/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4" thiserror = "1.0" vhost = { version = "0.8", features = ["vhost-user-slave"] } vhost-user-backend = "0.10" -virtio-bindings = "0.2.1" +virtio-bindings = "0.2.2" virtio-queue = "0.9" vm-memory = "0.12" vmm-sys-util = "0.11" diff --git a/vhost-device-i2c/Cargo.toml b/vhost-device-i2c/Cargo.toml index 398b983..599f217 100644 --- a/vhost-device-i2c/Cargo.toml +++ b/vhost-device-i2c/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4" thiserror = "1.0" vhost = { version = "0.8", features = ["vhost-user-slave"] } vhost-user-backend = "0.10" -virtio-bindings = "0.2.1" +virtio-bindings = "0.2.2" virtio-queue = "0.9" vm-memory = "0.12" vmm-sys-util = "0.11" diff --git a/vhost-device-rng/Cargo.toml b/vhost-device-rng/Cargo.toml index 0770dd5..89ae4d9 100644 --- a/vhost-device-rng/Cargo.toml +++ b/vhost-device-rng/Cargo.toml @@ -23,7 +23,7 @@ tempfile = "3.5" thiserror = "1.0" vhost = { version = "0.8", features = ["vhost-user-slave"] } vhost-user-backend = "0.10" -virtio-bindings = "0.2.1" +virtio-bindings = "0.2.2" virtio-queue = "0.9" vm-memory = "0.12" vmm-sys-util = "0.11" diff --git a/vhost-device-scsi/Cargo.toml b/vhost-device-scsi/Cargo.toml index 5f9511f..4036429 100644 --- a/vhost-device-scsi/Cargo.toml +++ b/vhost-device-scsi/Cargo.toml @@ -23,7 +23,7 @@ num_enum = "0.7" thiserror = "1.0" vhost = { version = "0.8", features = ["vhost-user-slave"] } vhost-user-backend = "0.10" -virtio-bindings = "0.2.1" +virtio-bindings = "0.2.2" virtio-queue = "0.9" vm-memory = "0.12" vmm-sys-util = "0.11" diff --git a/vhost-device-vsock/Cargo.toml b/vhost-device-vsock/Cargo.toml index ce76537..244e6e5 100644 --- a/vhost-device-vsock/Cargo.toml +++ b/vhost-device-vsock/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4" thiserror = "1.0" vhost = { version = "0.8", features = ["vhost-user-slave"] } vhost-user-backend = "0.10" -virtio-bindings = "0.2.1" +virtio-bindings = "0.2.2" virtio-queue = "0.9" virtio-vsock = "0.3.1" vm-memory = "0.12"