build(deps): bump the vhost-device group with 6 updates
Bumps the vhost-device group with 6 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.4.14` | `4.4.16` | | [vhost-user-backend](https://github.com/rust-vmm/vhost) | `0.12.0` | `0.13.0` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.38.28` | `0.38.30` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.11.2` | `1.12.0` | | [termcolor](https://github.com/BurntSushi/termcolor) | `1.4.0` | `1.4.1` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.33` | `0.5.34` | Updates `clap` from 4.4.14 to 4.4.16 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.14...v4.4.16) Updates `vhost-user-backend` from 0.12.0 to 0.13.0 - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/vhost-user-backend-v0.12.0...vhost-user-backend-v0.13.0) Updates `rustix` from 0.38.28 to 0.38.30 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.28...v0.38.30) Updates `smallvec` from 1.11.2 to 1.12.0 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.2...v1.12.0) Updates `termcolor` from 1.4.0 to 1.4.1 - [Commits](https://github.com/BurntSushi/termcolor/compare/1.4.0...1.4.1) Updates `winnow` from 0.5.33 to 0.5.34 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.33...v0.5.34) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vhost-device - dependency-name: vhost-user-backend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: vhost-device - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: vhost-device - dependency-name: smallvec dependency-type: indirect update-type: version-update:semver-minor dependency-group: vhost-device - dependency-name: termcolor dependency-type: indirect update-type: version-update:semver-patch dependency-group: vhost-device - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: vhost-device ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1e0a186279
commit
5357ca19e7
10 changed files with 25 additions and 25 deletions
32
Cargo.lock
generated
32
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue