From 6ed23bb3ab1db8a344547d898c7aee4a83cf4978 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 06:10:44 +0000 Subject: [PATCH] build(deps): bump micro_http from `9bbde4f` to `6b3e5f0` Bumps [micro_http](https://github.com/firecracker-microvm/firecracker) from `9bbde4f` to `6b3e5f0`. - [Release notes](https://github.com/firecracker-microvm/firecracker/releases) - [Commits](https://github.com/firecracker-microvm/firecracker/compare/9bbde4fb6a614fc32f13017f8e7d9dca63b730ad...6b3e5f0a1818fae17657ca3625ad31351a591c06) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d219c16a3..893acf425 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "micro_http" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/firecracker#9bbde4fb6a614fc32f13017f8e7d9dca63b730ad" +source = "git+https://github.com/firecracker-microvm/firecracker#6b3e5f0a1818fae17657ca3625ad31351a591c06" dependencies = [ "utils 0.1.0 (git+https://github.com/firecracker-microvm/firecracker)", ] @@ -426,7 +426,7 @@ dependencies = [ [[package]] name = "net_gen" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/firecracker#9bbde4fb6a614fc32f13017f8e7d9dca63b730ad" +source = "git+https://github.com/firecracker-microvm/firecracker#6b3e5f0a1818fae17657ca3625ad31351a591c06" [[package]] name = "net_gen" @@ -985,7 +985,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "utils" version = "0.1.0" -source = "git+https://github.com/firecracker-microvm/firecracker#9bbde4fb6a614fc32f13017f8e7d9dca63b730ad" +source = "git+https://github.com/firecracker-microvm/firecracker#6b3e5f0a1818fae17657ca3625ad31351a591c06" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",