From 6275fc099022c7fb6d62022a87c5686b2fbe0ba2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 10:40:41 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.90 to 0.2.91 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.90 to 0.2.91. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.90...0.2.91) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- src/vmm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a10b877..5c5f9602 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.90" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae" +checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" [[package]] name = "linux-loader" diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml index 2845db15..2366c899 100644 --- a/src/vmm/Cargo.toml +++ b/src/vmm/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" event-manager = "0.2.1" kvm-bindings = { version = "0.4.0", features = ["fam-wrappers"] } kvm-ioctls = "0.8.0" -libc = "0.2.90" +libc = "0.2.91" linux-loader = { version = "0.3.0", features = ["bzimage", "elf"] } vm-memory = { version = "0.5.0", features = ["backend-mmap"] } vm-superio = "0.1.1"