Skip to content

Commit 865576f

Browse files
build(deps): update vm-memory requirement in the vm-virtio 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.0...v0.16.2) --- updated-dependencies: - dependency-name: vm-memory dependency-version: 0.16.2 dependency-type: direct:production dependency-group: vm-virtio ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6412c6 commit 865576f

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
@@ -15,5 +15,5 @@ lto = true
1515
codegen-units = 1
1616

1717
[workspace.dependencies]
18-
vm-memory = "0.16.0"
18+
vm-memory = "0.17.1"
1919
vmm-sys-util = "0.15.0"

0 commit comments

Comments
 (0)