Self-report double-checked-cell as unmaintained (#1239)

This commit is contained in:
Niklas Fiekas
2022-05-11 23:05:53 +02:00
committed by GitHub
parent 7b009b96f7
commit 0653c8f324

View File

@@ -0,0 +1,18 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "double-checked-cell"
date = "2022-05-11"
url = "https://github.com/niklasf/double-checked-cell/commit/9cf94d75316ef441033ce4c80def7c1a8c7643fe"
informational = "unmaintained"
[versions]
patched = []
unaffected = []
```
# double-checked-cell is unmaintained
The author recommends switching to
[`once_cell`](https://crates.io/crates/once_cell), which offers a superset
of the functionality.