Skip to content

Commit bf0cd5f

Browse files
georgepisaltudianpopa
authored andcommitted
update to latest micro-http version
This commit updates the micro-http dependency to revision 0a58eb1 where we introduced a new `Deprecation` header. Signed-off-by: George Pisaltu <gpl@amazon.com>
1 parent ea8d55c commit bf0cd5f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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 = { git = "https://github.com/firecracker-microvm/micro-http", rev = "36e59a0" }
14+
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", rev = "0a58eb1" }
1515
mmds = { path = "../mmds" }
1616
seccompiler = { path = "../seccompiler" }
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 = { git = "https://github.com/firecracker-microvm/micro-http", rev = "36e59a0" }
12+
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", rev = "0a58eb1" }
1313

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

src/mmds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versionize_derive = ">=0.1.3"
1212

1313
dumbo = { path = "../dumbo" }
1414
logger = { path = "../logger" }
15-
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", rev = "36e59a0" }
15+
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", rev = "0a58eb1" }
1616
utils = { path = "../utils" }
1717
snapshot = { path = "../snapshot" }
1818

tests/integration_tests/build/test_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# this contains the frequency while on AMD it does not.
2525
# Checkout the cpuid crate. In the future other
2626
# differences may appear.
27-
COVERAGE_DICT = {"Intel": 84.75, "AMD": 84.17, "ARM": 82.80}
27+
COVERAGE_DICT = {"Intel": 84.75, "AMD": 84.17, "ARM": 82.75}
2828

2929
PROC_MODEL = proc.proc_type()
3030

0 commit comments

Comments
 (0)