diff --git a/Cargo.lock b/Cargo.lock index 8da9c2d..d597fcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,9 +35,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" +checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" dependencies = [ "anstyle", "anstyle-parse", @@ -235,9 +235,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.14" +version = "4.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33e92c5c1a78c62968ec57dbc2440366a2d6e5a23faf829970ff1585dc6b18e2" +checksum = "58e54881c004cec7895b0068a0a954cd5d62da01aef83fa35b1e594497bf5445" dependencies = [ "clap_builder", "clap_derive", @@ -245,9 +245,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.14" +version = "4.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4323769dc8a61e2c39ad7dc26f6f2800524691a44d74fe3d1071a5c24db6370" +checksum = "59cb82d7f531603d2fd1f507441cdd35184fa81beff7bd489570de7f773460bb" dependencies = [ "anstream", "anstyle", @@ -1010,9 +1010,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.28" +version = "0.38.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" +checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" dependencies = [ "bitflags 2.4.1", "errno 0.3.8", @@ -1092,9 +1092,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.2" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" +checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" [[package]] name = "strsim" @@ -1197,9 +1197,9 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ "winapi-util", ] @@ -1498,9 +1498,9 @@ dependencies = [ [[package]] name = "vhost-user-backend" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2243067e1baeb3994d8542c9360b9b48dc2bbbb4e71ff6015642ccf0b0bfcfc" +checksum = "26e8b3d5a67d44e853e2776e31857833552c5d804ff052af48f706a376828d98" dependencies = [ "libc", "log", @@ -1747,9 +1747,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.33" +version = "0.5.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7520bbdec7211caa7c4e682eb1fbe07abe20cee6756b6e00f537c82c11816aa" +checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16" dependencies = [ "memchr", ] diff --git a/vhost-device-gpio/Cargo.toml b/vhost-device-gpio/Cargo.toml index cca0f97..10ad43e 100644 --- a/vhost-device-gpio/Cargo.toml +++ b/vhost-device-gpio/Cargo.toml @@ -22,7 +22,7 @@ libc = "0.2" log = "0.4" thiserror = "1.0" vhost = { version = "0.10", features = ["vhost-user-backend"] } -vhost-user-backend = "0.12" +vhost-user-backend = "0.13" virtio-bindings = "0.2.2" virtio-queue = "0.11" vm-memory = "0.14.0" diff --git a/vhost-device-i2c/Cargo.toml b/vhost-device-i2c/Cargo.toml index 17b5f6b..00a1142 100644 --- a/vhost-device-i2c/Cargo.toml +++ b/vhost-device-i2c/Cargo.toml @@ -21,7 +21,7 @@ libc = "0.2" log = "0.4" thiserror = "1.0" vhost = { version = "0.10", features = ["vhost-user-backend"] } -vhost-user-backend = "0.12" +vhost-user-backend = "0.13" virtio-bindings = "0.2.2" virtio-queue = "0.11" vm-memory = "0.14.0" diff --git a/vhost-device-input/Cargo.toml b/vhost-device-input/Cargo.toml index 79fe73b..278e587 100644 --- a/vhost-device-input/Cargo.toml +++ b/vhost-device-input/Cargo.toml @@ -23,7 +23,7 @@ rand = "0.8.5" tempfile = "3.9" thiserror = "1.0" vhost = { version = "0.10", features = ["vhost-user-backend"] } -vhost-user-backend = "0.12" +vhost-user-backend = "0.13" virtio-bindings = "0.2.2" virtio-queue = "0.11" vm-memory = "0.14.0" diff --git a/vhost-device-rng/Cargo.toml b/vhost-device-rng/Cargo.toml index 7c0fb00..445bd0a 100644 --- a/vhost-device-rng/Cargo.toml +++ b/vhost-device-rng/Cargo.toml @@ -22,7 +22,7 @@ rand = "0.8.5" tempfile = "3.9" thiserror = "1.0" vhost = { version = "0.10", features = ["vhost-user-backend"] } -vhost-user-backend = "0.12" +vhost-user-backend = "0.13" virtio-bindings = "0.2.2" virtio-queue = "0.11" vm-memory = "0.14.0" diff --git a/vhost-device-scmi/Cargo.toml b/vhost-device-scmi/Cargo.toml index 0d37e2d..8377137 100644 --- a/vhost-device-scmi/Cargo.toml +++ b/vhost-device-scmi/Cargo.toml @@ -16,7 +16,7 @@ itertools = "0.12" log = "0.4" thiserror = "1.0" vhost = { version = "0.10", features = ["vhost-user-backend"] } -vhost-user-backend = "0.12" +vhost-user-backend = "0.13" virtio-bindings = "0.2" virtio-queue = "0.11" vm-memory = "0.14.0" diff --git a/vhost-device-scsi/Cargo.toml b/vhost-device-scsi/Cargo.toml index 887b7e6..22316e9 100644 --- a/vhost-device-scsi/Cargo.toml +++ b/vhost-device-scsi/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4" num_enum = "0.7" thiserror = "1.0" vhost = { version = "0.10", features = ["vhost-user-backend"] } -vhost-user-backend = "0.12" +vhost-user-backend = "0.13" virtio-bindings = "0.2.2" virtio-queue = "0.11" vm-memory = "0.14.0" diff --git a/vhost-device-sound/Cargo.toml b/vhost-device-sound/Cargo.toml index 8fb429c..f5ae3cc 100644 --- a/vhost-device-sound/Cargo.toml +++ b/vhost-device-sound/Cargo.toml @@ -22,7 +22,7 @@ env_logger = "0.10" log = "0.4" thiserror = "1.0" vhost = { version = "0.10", features = ["vhost-user-backend"] } -vhost-user-backend = "0.12" +vhost-user-backend = "0.13" virtio-bindings = "0.2.1" virtio-queue = "0.11" vm-memory = "0.14.0" diff --git a/vhost-device-template/Cargo.toml b/vhost-device-template/Cargo.toml index fcb5181..204fbbd 100644 --- a/vhost-device-template/Cargo.toml +++ b/vhost-device-template/Cargo.toml @@ -22,7 +22,7 @@ libc = "0.2" log = "0.4" thiserror = "1.0" vhost = { version = "0.10", features = ["vhost-user-backend"] } -vhost-user-backend = "0.12" +vhost-user-backend = "0.13" virtio-bindings = "0.2.2" virtio-queue = "0.11" vm-memory = "0.14.0" diff --git a/vhost-device-vsock/Cargo.toml b/vhost-device-vsock/Cargo.toml index 18f1ff7..415f069 100644 --- a/vhost-device-vsock/Cargo.toml +++ b/vhost-device-vsock/Cargo.toml @@ -20,7 +20,7 @@ epoll = "4.3.2" log = "0.4" thiserror = "1.0" vhost = { version = "0.10", features = ["vhost-user-backend"] } -vhost-user-backend = "0.12" +vhost-user-backend = "0.13" virtio-bindings = "0.2.2" virtio-queue = "0.11" virtio-vsock = "0.5"