Skip to content

Commit a26f644

Browse files
dependabot[bot]ShadowCurse
authored andcommitted
build(deps): update vm-memory requirement from 0.14.0 to 0.15.0
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](rust-vmm/vm-memory@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: vm-memory dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3c1d51 commit a26f644

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.14.0"
29+
vm-memory = "0.15.0"
3030

3131
[dev-dependencies]
3232
criterion = { version = "0.5.1", features = ["html_reports"] }
33-
vm-memory = { version = "0.14.0", features = ["backend-mmap"] }
33+
vm-memory = { version = "0.15.0", features = ["backend-mmap"] }
3434

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

0 commit comments

Comments
 (0)