From 9916ae09c2712d453bc8baabf9da348a482dad24 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:55:50 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.80 to 0.2.87 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.80 to 0.2.87. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.80...0.2.87) 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 9842e2d5..30bf5874 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,9 +116,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.80" +version = "0.2.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614" +checksum = "265d751d31d6780a3f956bb5b8022feba2d94eeee5a84ba64f4212eedca42213" [[package]] name = "linux-loader" diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml index 76bd03cb..0cec88d1 100644 --- a/src/vmm/Cargo.toml +++ b/src/vmm/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" event-manager = "0.2.0" kvm-bindings = { version = "0.3.0", features = ["fam-wrappers"] } kvm-ioctls = "0.5.0" -libc = "0.2.76" +libc = "0.2.87" linux-loader = { version = "0.2.0", features = ["bzimage", "elf"] } vm-memory = { version = "0.4.0", features = ["backend-mmap"] } vm-superio = "0.1.1"