micro_http: Use Firecracker version

As of commit 2b94334a, Firecracker includes all the changes we need.
We can now switch to using it instead of carrying a copy.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2019-10-04 14:24:35 +02:00
committed by Sebastien Boeuf
parent 2a466132a0
commit 8288cb2ac8
9 changed files with 4 additions and 2244 deletions

View File

@@ -21,7 +21,7 @@ kvm-ioctls = { git = "https://github.com/rust-vmm/kvm-ioctls", branch = "master"
lazy_static = "1.4.0"
libc = "0.2.62"
log = "0.4.8"
micro_http = { path = "../micro_http" }
micro_http = { git = "https://github.com/firecracker-microvm/firecracker", branch = "master" }
net_util = { path = "../net_util" }
pci = {path = "../pci", optional = true}
qcow = { path = "../qcow" }