Skip to content

Commit a06fdbe

Browse files
build(deps): update vm-memory requirement in the vhost group
Updates the requirements on [vm-memory](https://github.com/rust-vmm/vm-memory) to permit the latest version. Updates `vm-memory` to 0.16.2 - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Changelog](https://github.com/rust-vmm/vm-memory/blob/v0.16.2/CHANGELOG.md) - [Commits](rust-vmm/vm-memory@v0.16.2...v0.16.2) --- updated-dependencies: - dependency-name: vm-memory dependency-version: 0.16.2 dependency-type: direct:production dependency-group: vhost ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5468828 commit a06fdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ members = [
99
[workspace.dependencies]
1010
virtio-bindings = "0.2.6"
1111
virtio-queue = "0.16.0"
12-
vm-memory = "0.16.2"
12+
vm-memory = "0.17.0"
1313
vmm-sys-util = "0.15.0"

0 commit comments

Comments
 (0)