Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rust] suppress
cargo audit
false positives
This adds `.cargo/audit.toml` which suppresses two crates that are flagged by `cargo audit` but does not affect us: * `time`, dependency of `chrono`, affected API is not used * `mach`, dependency of `serialport`, only affects MacOS Signed-off-by: Gary Guo <gary.guo@lowrisc.org>
- Loading branch information