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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-13 04:14:05 +00:00 committed by Stefano Garzarella
parent 1212df9e26
commit 6dabb28122
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"