Skip to content

Commit 40c57f1

Browse files
dependabot[bot]lauralt
authored andcommitted
build(deps): update vm-memory requirement from 0.10.0 to 0.11.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.10.0...v0.11.0) --- updated-dependencies: - dependency-name: vm-memory dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 04fb28c commit 40c57f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ elf = []
2222
pe = []
2323

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

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

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

0 commit comments

Comments
 (0)