From 362942fa6e4c86627e470e5caf4b0ac5f80ddfd4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 06:10:31 +0000 Subject: [PATCH] build(deps): bump micro_http from `53cf1ba` to `9e68aa4` Bumps [micro_http](https://github.com/firecracker-microvm/firecracker) from `53cf1ba` to `9e68aa4`. - [Release notes](https://github.com/firecracker-microvm/firecracker/releases) - [Commits](https://github.com/firecracker-microvm/firecracker/compare/53cf1bacadc23a21df361a894ac2887cafcb7139...9e68aa4d9d829ea6946bc92143a4bcd388ffc2e4) 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 ce2aaf623..0f16fe606 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,7 +433,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#53cf1bacadc23a21df361a894ac2887cafcb7139" +source = "git+https://github.com/firecracker-microvm/firecracker#9e68aa4d9d829ea6946bc92143a4bcd388ffc2e4" dependencies = [ "epoll 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ]