Skip to content

Commit

Permalink
report serial crates as unmaintained (#2103)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

---------

Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
solomoncyj and CommanderStorm authored Dec 4, 2024
1 parent 1fce689 commit ab48147
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions crates/serial/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit ab48147

Please sign in to comment.