From c8f108d2f02b3136de961cbd2a58e9b7740d054a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Oct 2021 00:30:54 +0000 Subject: [PATCH] build: bump micro_http from `36e59a0` to `0a58eb1` Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `36e59a0` to `0a58eb1`. - [Release notes](https://github.com/firecracker-microvm/micro-http/releases) - [Commits](https://github.com/firecracker-microvm/micro-http/compare/36e59a083e76a2449e0f58e4283d201bc72fdf13...0a58eb1ece68e326e68365c4297d0a7c08ecd9bc) --- 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 46c1b856c..d9b05b261 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#36e59a083e76a2449e0f58e4283d201bc72fdf13" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#0a58eb1ece68e326e68365c4297d0a7c08ecd9bc" dependencies = [ "libc", "vmm-sys-util",