From 607fd3a8e5766e044fb1e402c97f422d9f6f8ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 23:10:39 +0000 Subject: [PATCH] build: bump micro_http from `9b605a8` to `81a3c71` Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `9b605a8` to `81a3c71`. - [Release notes](https://github.com/firecracker-microvm/micro-http/releases) - [Commits](https://github.com/firecracker-microvm/micro-http/compare/9b605a8b61df602cda62076d30d9f70307ea336f...81a3c71efb19a52434fd5e29d7aa255ac41d497b) --- updated-dependencies: - dependency-name: micro_http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 5bba4da88..dc721b333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -527,7 +527,7 @@ checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#9b605a8b61df602cda62076d30d9f70307ea336f" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#81a3c71efb19a52434fd5e29d7aa255ac41d497b" dependencies = [ "libc", "vmm-sys-util",