Skip to content

Commit a7ac2f9

Browse files
dependabot[bot]roypat
authored andcommitted
build(deps): update vm-memory requirement from 0.11.0 to 0.12.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](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>
1 parent 074926d commit a7ac2f9

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
@@ -22,11 +22,11 @@ elf = []
2222
pe = []
2323

2424
[dependencies]
25-
vm-memory = "0.11.0"
25+
vm-memory = "0.12.0"
2626

2727
[dev-dependencies]
2828
criterion = { version = "0.5.1", features = ["html_reports"] }
29-
vm-memory = { version = "0.11.0", features = ["backend-mmap"] }
29+
vm-memory = { version = "0.12.0", features = ["backend-mmap"] }
3030

3131
[[bench]]
3232
name = "main"

0 commit comments

Comments
 (0)