From 44fbd60b7a320855a3922984e4cf83a0d1f5ced2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 23:17:33 +0000 Subject: [PATCH] build: Bump micro_http from `e75dfa1` to `ef43cef` in /fuzz Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `e75dfa1` to `ef43cef`. - [Commits](https://github.com/firecracker-microvm/micro-http/compare/e75dfa1eeea23b69caa7407bc2c3a76d7b7262fb...ef43cef7162a55a6790d528a5e76b4fe2da22de0) --- updated-dependencies: - dependency-name: micro_http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index fa0de8e57..2cdab034e 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -541,7 +541,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#e75dfa1eeea23b69caa7407bc2c3a76d7b7262fb" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#ef43cef7162a55a6790d528a5e76b4fe2da22de0" dependencies = [ "libc", "vmm-sys-util",