From 6de283f42cee8b24f626c363cc67007d80f4c256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 23:05:37 +0000 Subject: [PATCH] build: Bump micro_http from `ef43cef` to `ef96f62` Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `ef43cef` to `ef96f62`. - [Commits](https://github.com/firecracker-microvm/micro-http/compare/ef43cef7162a55a6790d528a5e76b4fe2da22de0...ef96f623c46e221ebf9b6037567f97ec57683afd) --- 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 ab0dd6d7f..b4baca65a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,7 +1220,7 @@ dependencies = [ [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#ef43cef7162a55a6790d528a5e76b4fe2da22de0" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#ef96f623c46e221ebf9b6037567f97ec57683afd" dependencies = [ "libc", "vmm-sys-util",