From 3b891cd304273690c84076fc983b482f27a06ca7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 06:18:29 +0000 Subject: [PATCH] build(deps): bump micro_http from `e89ed14` to `0d87a94` Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `e89ed14` to `0d87a94`. - [Release notes](https://github.com/firecracker-microvm/micro-http/releases) - [Commits](https://github.com/firecracker-microvm/micro-http/compare/e89ed1470791dd7922ac736117aa41a316168897...0d87a94c8e5a76499fbd1e4acb20a5f4406e6ad1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index b21a1438c..a94d0eb8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,7 +505,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http#e89ed1470791dd7922ac736117aa41a316168897" +source = "git+https://github.com/firecracker-microvm/micro-http#0d87a94c8e5a76499fbd1e4acb20a5f4406e6ad1" dependencies = [ "epoll 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ]