mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-02 22:52:15 +00:00
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:
parent
1212df9e26
commit
6dabb28122
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user