vmm: Switch to the micro-http package

It's been extracted from the Firecracker code base.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2020-03-11 16:41:33 +01:00
parent 9023444ad3
commit 18dc916380
2 changed files with 5 additions and 23 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ kvm-ioctls = "0.5.0"
lazy_static = "1.4.0"
libc = "0.2.67"
log = "0.4.8"
micro_http = { git = "https://github.com/firecracker-microvm/firecracker", branch = "master" }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "master" }
net_util = { path = "../net_util" }
pci = {path = "../pci", optional = true}
qcow = { path = "../qcow" }