From ae8745524242118052f25ff2078e8cc01e93f7c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2020 06:07:38 +0000 Subject: [PATCH] build(deps): bump micro_http from `ab44474` to `10d1f4a` Bumps [micro_http](https://github.com/firecracker-microvm/firecracker) from `ab44474` to `10d1f4a`. - [Release notes](https://github.com/firecracker-microvm/firecracker/releases) - [Commits](https://github.com/firecracker-microvm/firecracker/compare/ab44474a080ee9554729c2a1b410831e3b270098...10d1f4aa59da50f8d39db9692844740dbacde5e6) 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 4b5fa0686..9833afbee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,7 +438,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/firecracker#ab44474a080ee9554729c2a1b410831e3b270098" +source = "git+https://github.com/firecracker-microvm/firecracker#10d1f4aa59da50f8d39db9692844740dbacde5e6" dependencies = [ "epoll 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ]