From 66520de49bfddd2fe73b7689a817caba38bf2ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:05:45 +0000 Subject: [PATCH] build: Bump micro_http from `0d0fdcd` to `a4d632f` in /fuzz Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `0d0fdcd` to `a4d632f`. - [Commits](https://github.com/firecracker-microvm/micro-http/compare/0d0fdcd50ea10c1b4777f9a958873fc848a5b7bb...a4d632f2c5ea45712c0d2002dc909a63879e85c3) --- 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 e9e0a3dcc..cdbefb427 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -483,7 +483,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#0d0fdcd50ea10c1b4777f9a958873fc848a5b7bb" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#a4d632f2c5ea45712c0d2002dc909a63879e85c3" dependencies = [ "libc", "vmm-sys-util",