Skip to content

Commit 32c67f7

Browse files
dependabot[bot]rbradford
authored andcommitted
build(deps): update vm-memory requirement <=0.17.1
Updates the requirements on [vm-memory](https://github.com/rust-vmm/vm-memory) to permit the latest version. Updates `vm-memory` to 0.17.1 - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md) - [Commits](rust-vmm/vm-memory@v0.16.0...v0.17.1) --- updated-dependencies: - dependency-name: vm-memory dependency-version: 0.17.1 dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5de88c9 commit 32c67f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ elf = []
2626
pe = []
2727

2828
[dependencies]
29-
vm-memory = ">=0.16.0,<=0.17.0"
29+
vm-memory = ">=0.16.0, <=0.17.1"
3030

3131
[dev-dependencies]
3232
criterion = { version = "0.7.0", features = ["html_reports"] }
33-
vm-memory = { version = ">=0.16.0,<=0.17.0", features = ["backend-mmap"] }
33+
vm-memory = { version = ">=0.16.0, <=0.17.1", features = ["backend-mmap"] }
3434

3535
[[bench]]
3636
name = "main"

0 commit comments

Comments
 (0)