add unmaintained advisory for surf

This commit is contained in:
Fabio Valentini
2025-05-17 14:25:10 +02:00
committed by Dirkjan Ochtman
parent 982c2320aa
commit bbd44567c6

View File

@@ -0,0 +1,26 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "surf"
date = "2025-05-17"
references = ["https://github.com/http-rs/surf/issues/352"]
informational = "unmaintained"
categories = []
[versions]
patched = []
```
# surf is unmaintained
The developer has indicated that the crate is unmaintained.
The last release is over three years old (from 2021), the crate depends on the
deprecated `async-std` crate and on a very old version of `rustls` for TLS
support.
## Possible alternatives
- [reqwest](https://crates.io/crates/reqwest)
- [ureq](https://crates.io/crates/ureq)