Mark surf and tide as unmaintained

This commit is contained in:
Dirkjan Ochtman
2026-06-04 13:39:16 +02:00
parent cf9c07022f
commit cfcb789c37
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "surf"
date = "2026-06-04"
informational = "unmaintained"
url = "https://github.com/http-rs/surf/issues/352"
[versions]
patched = []
```
# surf is unmaintained
The surf crate is unmaintained, and all versions are affected.
For alternatives, consider using [reqwest](https://crates.io/crates/reqwest)
or [ureq](https://crates.io/crates/ureq).
See [this issue](https://github.com/http-rs/surf/issues/352) for more context.

View File

@@ -0,0 +1,19 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "tide"
date = "2026-06-04"
informational = "unmaintained"
url = "https://github.com/http-rs/tide/issues/922"
[versions]
patched = []
```
# tide is unmaintained
The tide crate is unmaintained, and all versions are affected.
The closest maintained alternative might be [trillium](https://crates.io/crates/trillium).
See [this issue](https://github.com/http-rs/tide/issues/922) for more context.