The update brings a fix for a security vulnerability behind feature-gated code not used by micro-http (the `with-serde` feature), see GHSA-875g-mfp6-g7f9 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
11 lines
213 B
TOML
11 lines
213 B
TOML
[package]
|
|
name = "micro_http"
|
|
version = "0.1.0"
|
|
license = "Apache-2.0"
|
|
authors = ["Amazon Firecracker team <firecracker-devel@amazon.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libc = "0.2.66"
|
|
vmm-sys-util = "0.12.1"
|