From b0da4f3a5efe2b8a743001272448bbca7f5a73e4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 05:31:15 +0000 Subject: [PATCH] build(deps): bump micro_http from `59ab644` to `49240ce` Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `59ab644` to `49240ce`. - [Release notes](https://github.com/firecracker-microvm/micro-http/releases) - [Commits](https://github.com/firecracker-microvm/micro-http/compare/59ab64440a95f7b16253fef67b5201c2ec4adaf7...49240ce1d5a81a594aa12895c1ef4091c0fd8e9b) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75af32050..c674f4f75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -578,9 +578,10 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=master#59ab64440a95f7b16253fef67b5201c2ec4adaf7" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=master#49240ce1d5a81a594aa12895c1ef4091c0fd8e9b" dependencies = [ - "epoll", + "libc", + "vmm-sys-util", ] [[package]]