vmm: Update 'micro_http' crate branch to 'main'

The master branch of 'micro_http' crate was renamed to 'main'.

Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
Michael Zhao 2021-04-19 20:10:11 +08:00 committed by Rob Bradford
parent 5b75c57cc4
commit 4c299c6c00
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -578,7 +578,7 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
[[package]] [[package]]
name = "micro_http" name = "micro_http"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/firecracker-microvm/micro-http?branch=master#49240ce1d5a81a594aa12895c1ef4091c0fd8e9b" source = "git+https://github.com/firecracker-microvm/micro-http?branch=main#49240ce1d5a81a594aa12895c1ef4091c0fd8e9b"
dependencies = [ dependencies = [
"libc", "libc",
"vmm-sys-util", "vmm-sys-util",

View File

@ -30,7 +30,7 @@ lazy_static = "1.4.0"
libc = "0.2.93" libc = "0.2.93"
linux-loader = { version = "0.3.0", features = ["elf", "bzimage", "pe"] } linux-loader = { version = "0.3.0", features = ["elf", "bzimage", "pe"] }
log = "0.4.14" log = "0.4.14"
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "master" } micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
net_util = { path = "../net_util" } net_util = { path = "../net_util" }
option_parser = { path = "../option_parser" } option_parser = { path = "../option_parser" }
pci = { path = "../pci" } pci = { path = "../pci" }