Skip to content

Commit

Permalink
build(deps): update vm-memory requirement from 0.12.0 to 0.13.1
Browse files Browse the repository at this point in the history
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] <support@github.com>

Update virtio-queue from 0.9.0 to 0.10.0 since it's API depends on vm-memory

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
  • Loading branch information
dependabot[bot] authored and stefano-garzarella committed Nov 7, 2023
1 parent 562974f commit 1e40cf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions crates/vhost-user-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ libc = "0.2.39"
log = "0.4.17"
vhost = { path = "../vhost", version = "0.8", features = ["vhost-user-backend"] }
virtio-bindings = "0.2.1"
virtio-queue = "0.9.0"
vm-memory = { version = "0.12.0", features = ["backend-mmap", "backend-atomic"] }
virtio-queue = "0.10.0"
vm-memory = { version = "0.13.1", features = ["backend-mmap", "backend-atomic"] }
vmm-sys-util = "0.11.0"

[dev-dependencies]
nix = { version = "0.27", features = ["fs"] }
vhost = { path = "../vhost", version = "0.8", features = ["test-utils", "vhost-user-frontend", "vhost-user-backend"] }
vm-memory = { version = "0.12.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }
vm-memory = { version = "0.13.1", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }
tempfile = "3.2.0"
2 changes: 1 addition & 1 deletion crates/vhost/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bitflags = "2.4"
libc = "0.2.39"

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

[dev-dependencies]
tempfile = "3.2.0"
Expand Down

0 comments on commit 1e40cf4

Please sign in to comment.