Fix typo in RUSTSEC-2025-0012

This commit is contained in:
Sola
2025-08-06 17:21:46 +08:00
committed by Dirkjan Ochtman
parent c62e71ad8c
commit 388a3128c3

View File

@@ -11,6 +11,6 @@ patched = []
unaffected = []
```
# `backoff` is unmainted.
# `backoff` is unmaintained.
The [backoff](https://crates.io/crates/backoff) crate is no longer actively maintained. For exponential backoffs/retrying, you can use the [backon](https://crates.io/crates/backon) crate.