From 4b18a043e997da5b5f679e3defc279fec908753e Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Tue, 15 Nov 2022 11:58:49 +0000 Subject: [PATCH] Update rust-vmm/vmm-sys-util and use caret reqs vmm-sys-util 0.9.0 -> 0.11.0 See https://github.com/rust-vmm/community/issues/136 Signed-off-by: Patrick Roy --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00f3cf2..6b0525c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,9 +24,9 @@ dependencies = [ [[package]] name = "vmm-sys-util" -version = "0.9.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733537bded03aaa93543f785ae997727b30d1d9f4a03b7861d23290474242e11" +checksum = "cc06a16ee8ebf0d9269aed304030b0d20a866b8b3dd3d4ce532596ac567a0d24" dependencies = [ "bitflags", "libc", diff --git a/Cargo.toml b/Cargo.toml index d6ad3ce..98cb679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ authors = ["Amazon Firecracker team "] edition = "2018" [dependencies] -libc = ">=0.2.39" -vmm-sys-util = ">=0.6.1" \ No newline at end of file +libc = "0.2.66" +vmm-sys-util = "0.11.0"