From ab481475e99919ca35f52ca696361f5510496682 Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Wed, 4 Dec 2024 21:13:35 +0800 Subject: [PATCH] report serial crates as unmaintained (#2103) * add crate serial * Update RUSTSEC-0000-0000.md * Update RUSTSEC-0000-0000.md * Update RUSTSEC-0000-0000.md * Update RUSTSEC-0000-0000.md * Apply suggestions from code review Co-authored-by: Frank Elsinga --------- Co-authored-by: Frank Elsinga --- crates/serial/RUSTSEC-0000-0000.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 crates/serial/RUSTSEC-0000-0000.md diff --git a/crates/serial/RUSTSEC-0000-0000.md b/crates/serial/RUSTSEC-0000-0000.md new file mode 100644 index 000000000..4b20cb401 --- /dev/null +++ b/crates/serial/RUSTSEC-0000-0000.md @@ -0,0 +1,29 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "serial" +date = "2017-07-02" +url = "https://github.com/dcuddeback/serial-rs/issues/71" +informational = "unmaintained" + +[versions] +patched = [] +``` + +# `serial` crate is unmaintained + +The [`serial`](https://crates.io/crates/serial) crate is no longer maintained. + +Last release was on 2017-07-02. + +## Possible alternatives + +Consider using an alternative, for instance the blocking librarys: + +- [serial2](https://crates.io/crates/serial2) +- [serialport](https://crates.io/crates/serialport) + +or async alternatives: + +- [mio-serial](https://crates.io/crates/mio-serial) +- [tokio-serial](https://crates.io/crates/tokio-serial)