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"