Add unmaintained advisory for adler

This commit is contained in:
John Vandenberg
2025-09-05 16:17:24 +08:00
committed by Dirkjan Ochtman
parent 20a8af2bdc
commit 0feb7c883b

View File

@@ -0,0 +1,19 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "adler"
date = "2025-09-05"
url = "https://github.com/jonas-schievink/adler"
informational = "unmaintained"
[versions]
patched = []
```
# adler crate is unmaintained, use adler2 instead
The `adler` crate is no longer actively maintained. If you rely on this crate, consider switching to a maintained alternative.
## Recommended alternatives
- [`adler2`](https://crates.io/crates/adler2)