Files
micro-http/Cargo.toml
Patrick Roy e75dfa1eee Update vmm-sys-util to 0.12.0
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>
2024-01-02 17:07:08 +00:00

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"