aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.83k stars 89 forks source link

Fix cargo-deny config #494

Closed mccormickt closed 5 months ago

mccormickt commented 5 months ago

Fixes the path to the license for libcontainer and libcgroups crates in deny.toml. This resolves CI failures we're seeing from cargo-deny.

Also upgrades the cargo-deny config to deny for medium+ severity vulnerabilities, ignoring RUSTSEC-2023-0071 for now since it does not have a current fix.

Fixes #460

dmah42 commented 5 months ago

amazing. thank you.