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]]
name = "micro_http"
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 = [
"libc",
"vmm-sys-util",