From 27247164b5d959edbf887e5356a956face0462c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 06:10:27 +0000 Subject: [PATCH] build(deps): bump micro_http from `4827569` to `57ac9df` Bumps [micro_http](https://github.com/firecracker-microvm/firecracker) from `4827569` to `57ac9df`. - [Release notes](https://github.com/firecracker-microvm/firecracker/releases) - [Commits](https://github.com/firecracker-microvm/firecracker/compare/482756925c148a2d0b93b36d8c1ee17d3620309c...57ac9df0ad1260adcb1c8c53924aa4c094453ffd) 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 9c509c3b2..817948814 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#482756925c148a2d0b93b36d8c1ee17d3620309c" +source = "git+https://github.com/firecracker-microvm/firecracker#57ac9df0ad1260adcb1c8c53924aa4c094453ffd" dependencies = [ "epoll 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ]