mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
+1
-1
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user