From 647505269297ad5390d88d2c2da00273adb22c03 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 06:09:25 +0000 Subject: [PATCH] build(deps): bump micro_http from `1db1bbd` to `1f931c6` Bumps [micro_http](https://github.com/firecracker-microvm/firecracker) from `1db1bbd` to `1f931c6`. - [Release notes](https://github.com/firecracker-microvm/firecracker/releases) - [Commits](https://github.com/firecracker-microvm/firecracker/compare/1db1bbd40d75e7dc4cefb7f65712f50b4617bc25...1f931c6649579d13f064733137ad1d3c48c779ae) 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 7903c07de..6db3e8c9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,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#1db1bbd40d75e7dc4cefb7f65712f50b4617bc25" +source = "git+https://github.com/firecracker-microvm/firecracker#1f931c6649579d13f064733137ad1d3c48c779ae" dependencies = [ "epoll 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ]