From 654ac49bd618f6b9d907318d94041eff21b431c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:05:49 +0000 Subject: [PATCH] build: Bump micro_http from `b538bf8` to `0d0fdcd` Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `b538bf8` to `0d0fdcd`. - [Commits](https://github.com/firecracker-microvm/micro-http/compare/b538bf89e50be83b6fa9ab1896727ff61e02fa13...0d0fdcd50ea10c1b4777f9a958873fc848a5b7bb) --- 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 56e37d79f..d92191a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1087,7 +1087,7 @@ dependencies = [ [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#b538bf89e50be83b6fa9ab1896727ff61e02fa13" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#0d0fdcd50ea10c1b4777f9a958873fc848a5b7bb" dependencies = [ "libc", "vmm-sys-util",