mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
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 <frank@elsinga.de> --------- Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
29
crates/serial/RUSTSEC-0000-0000.md
Normal file
29
crates/serial/RUSTSEC-0000-0000.md
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user