From 06cd31cb2e8c00ddd9cef14c398caf130632af5e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 06:25:12 +0000 Subject: [PATCH] build(deps): bump micro_http from `02def92` to `6d416af` Bumps [micro_http](https://github.com/firecracker-microvm/firecracker) from `02def92` to `6d416af`. - [Release notes](https://github.com/firecracker-microvm/firecracker/releases) - [Commits](https://github.com/firecracker-microvm/firecracker/compare/02def92b33f9de0272be1c44d57c056f7c903cf5...6d416afe1079f5fb01023fc196a5b3a89f47fbe7) 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 dec867463..9ed10dd29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,7 +426,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#02def92b33f9de0272be1c44d57c056f7c903cf5" +source = "git+https://github.com/firecracker-microvm/firecracker#6d416afe1079f5fb01023fc196a5b3a89f47fbe7" dependencies = [ "epoll 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ]