From f8c6d7fe37844a97eb521cb6b6ed2ee6adc08351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 23:02:54 +0000 Subject: [PATCH] build: Bump micro_http from `4b18a04` to `fbef706` in /fuzz Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `4b18a04` to `fbef706`. - [Release notes](https://github.com/firecracker-microvm/micro-http/releases) - [Commits](https://github.com/firecracker-microvm/micro-http/compare/4b18a043e997da5b5f679e3defc279fec908753e...fbef706e28c7ca7cce8dfec7ca073f3b359879d3) --- 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 07e63c8d2..394868f6f 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -483,7 +483,7 @@ dependencies = [ [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#4b18a043e997da5b5f679e3defc279fec908753e" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#fbef706e28c7ca7cce8dfec7ca073f3b359879d3" dependencies = [ "libc", "vmm-sys-util",