From 40c57f16b1642ea83bba6442ce4f1ff07a5037f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 13:06:14 +0000 Subject: [PATCH] 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](https://github.com/rust-vmm/vm-memory/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: vm-memory dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8d0540f8..8ffc07ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,11 +22,11 @@ elf = [] pe = [] [dependencies] -vm-memory = "0.10.0" +vm-memory = "0.11.0" [dev-dependencies] criterion = "0.3.5" -vm-memory = { version = "0.10.0", features = ["backend-mmap"] } +vm-memory = { version = "0.11.0", features = ["backend-mmap"] } [[bench]] name = "main"