From ecda97f759ed9b1f584333a53be5c0d134911921 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 05:32:33 +0000 Subject: [PATCH] build(deps): bump micro_http from `40309b7` to `59ab644` Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `40309b7` to `59ab644`. - [Release notes](https://github.com/firecracker-microvm/micro-http/releases) - [Commits](https://github.com/firecracker-microvm/micro-http/compare/40309b72ee084b0a26d60208f0872bd7c986de45...59ab64440a95f7b16253fef67b5201c2ec4adaf7) 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 58494a8e9..51ce05548 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,7 +653,7 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http#40309b72ee084b0a26d60208f0872bd7c986de45" +source = "git+https://github.com/firecracker-microvm/micro-http#59ab64440a95f7b16253fef67b5201c2ec4adaf7" dependencies = [ "epoll", ]