From c6c5dca651f857eb0c54a46cc06b3c5cf79b9532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 09:48:26 +0000 Subject: [PATCH] build: bump micro_http from `a730d86` to `863b037` Bumps [micro_http](https://github.com/firecracker-microvm/micro-http) from `a730d86` to `863b037`. - [Release notes](https://github.com/firecracker-microvm/micro-http/releases) - [Commits](https://github.com/firecracker-microvm/micro-http/compare/a730d86940081ad044cdfbc1285c1db6d3048392...863b0370ba7e57f7df5b908ada9e5b44809ccae9) --- 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 db6d138ad..b40d8b25b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,7 +513,7 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#a730d86940081ad044cdfbc1285c1db6d3048392" +source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#863b0370ba7e57f7df5b908ada9e5b44809ccae9" dependencies = [ "libc", "vmm-sys-util",