Skip to content

Commit 1e40cf4

Browse files
dependabot[bot]stefano-garzarella
authored andcommitted
build(deps): update vm-memory requirement from 0.12.0 to 0.13.1
Updates the requirements on [vm-memory](https://github.com/rust-vmm/vm-memory) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: vm-memory dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Update virtio-queue from 0.9.0 to 0.10.0 since it's API depends on vm-memory Signed-off-by: Stefano Garzarella <[email protected]>
1 parent 562974f commit 1e40cf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crates/vhost-user-backend/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ libc = "0.2.39"
1616
log = "0.4.17"
1717
vhost = { path = "../vhost", version = "0.8", features = ["vhost-user-backend"] }
1818
virtio-bindings = "0.2.1"
19-
virtio-queue = "0.9.0"
20-
vm-memory = { version = "0.12.0", features = ["backend-mmap", "backend-atomic"] }
19+
virtio-queue = "0.10.0"
20+
vm-memory = { version = "0.13.1", features = ["backend-mmap", "backend-atomic"] }
2121
vmm-sys-util = "0.11.0"
2222

2323
[dev-dependencies]
2424
nix = { version = "0.27", features = ["fs"] }
2525
vhost = { path = "../vhost", version = "0.8", features = ["test-utils", "vhost-user-frontend", "vhost-user-backend"] }
26-
vm-memory = { version = "0.12.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }
26+
vm-memory = { version = "0.13.1", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }
2727
tempfile = "3.2.0"

crates/vhost/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bitflags = "2.4"
3030
libc = "0.2.39"
3131

3232
vmm-sys-util = "0.11.0"
33-
vm-memory = { version = "0.12.0", features=["backend-mmap"] }
33+
vm-memory = { version = "0.13.1", features=["backend-mmap"] }
3434

3535
[dev-dependencies]
3636
tempfile = "3.2.0"

0 commit comments

Comments
 (0)