Skip to content

Commit 6292f32

Browse files
0x00A5georgepisaltu
authored andcommitted
Use micro-http from firecracker-microvm/micro-http
Signed-off-by: YUAN LYU <[email protected]>
1 parent 970fa2b commit 6292f32

File tree

13 files changed

+6
-4307
lines changed

13 files changed

+6
-4307
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ serde_json = ">=1.0.9"
1111
libc = ">=0.2.39"
1212

1313
logger = { path = "../logger" }
14-
micro_http = { path = "../micro_http" }
14+
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", rev = "49240ce" }
1515
mmds = { path = "../mmds" }
1616
seccomp = { path = "../seccomp" }
1717
utils = { path = "../utils" }

src/dumbo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bitflags = ">=1.0.4"
99

1010
utils = { path = "../utils" }
1111
logger = { path = "../logger" }
12-
micro_http = { path = "../micro_http" }
12+
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", rev = "49240ce" }
1313

1414
[dev-dependencies]
1515
serde_json = ">=1.0.9"

src/micro_http/Cargo.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)