From bbd44567c64e719dcdc9d63b6a1c75b0b22f952a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 17 May 2025 14:25:10 +0200 Subject: [PATCH] add unmaintained advisory for `surf` --- crates/surf/RUSTSEC-0000-0000.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 crates/surf/RUSTSEC-0000-0000.md diff --git a/crates/surf/RUSTSEC-0000-0000.md b/crates/surf/RUSTSEC-0000-0000.md new file mode 100644 index 00000000..eab6c55e --- /dev/null +++ b/crates/surf/RUSTSEC-0000-0000.md @@ -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) +