mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-29 00:41:19 +00:00
build(deps): bump vm-memory from 0.7.0 to 0.8.0
Bumps [vm-memory](https://github.com/rust-vmm/vm-memory) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/vm-memory/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: vm-memory dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
47dd5047d4
commit
bd4cd4544a
23
Cargo.lock
generated
23
Cargo.lock
generated
@ -431,7 +431,7 @@ checksum = "53567fd9ab820e4f3cc156f24146882fee3c365194c3e1dea74723265f27fc88"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"libc",
|
||||
"vm-memory",
|
||||
"vm-memory 0.8.0",
|
||||
"vmm-sys-util",
|
||||
]
|
||||
|
||||
@ -449,7 +449,7 @@ dependencies = [
|
||||
"vhost-user-backend",
|
||||
"virtio-bindings",
|
||||
"virtio-queue",
|
||||
"vm-memory",
|
||||
"vm-memory 0.8.0",
|
||||
"vmm-sys-util",
|
||||
]
|
||||
|
||||
@ -466,7 +466,7 @@ dependencies = [
|
||||
"vhost-user-backend",
|
||||
"virtio-bindings",
|
||||
"virtio-queue",
|
||||
"vm-memory",
|
||||
"vm-memory 0.8.0",
|
||||
"vmm-sys-util",
|
||||
]
|
||||
|
||||
@ -486,7 +486,7 @@ dependencies = [
|
||||
"vhost-user-backend",
|
||||
"virtio-bindings",
|
||||
"virtio-queue",
|
||||
"vm-memory",
|
||||
"vm-memory 0.8.0",
|
||||
"vmm-sys-util",
|
||||
]
|
||||
|
||||
@ -501,7 +501,7 @@ dependencies = [
|
||||
"vhost",
|
||||
"virtio-bindings",
|
||||
"virtio-queue",
|
||||
"vm-memory",
|
||||
"vm-memory 0.7.0",
|
||||
"vmm-sys-util",
|
||||
]
|
||||
|
||||
@ -518,7 +518,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3785325315e6496fa88673842ee6cd198b9658e88e8b0e1ad48a5dc818b221dc"
|
||||
dependencies = [
|
||||
"log",
|
||||
"vm-memory",
|
||||
"vm-memory 0.7.0",
|
||||
"vmm-sys-util",
|
||||
]
|
||||
|
||||
@ -533,6 +533,17 @@ dependencies = [
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "vm-memory"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "767ed8aaebbff902e02e6d3749dc2baef55e46565f8a6414a065e5baee4b4a81"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"libc",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "vmm-sys-util"
|
||||
version = "0.9.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user