mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-26 16:07:48 +01:00
Self-report double-checked-cell as unmaintained (#1239)
This commit is contained in:
18
crates/double-checked-cell/RUSTSEC-0000-0000.md
Normal file
18
crates/double-checked-cell/RUSTSEC-0000-0000.md
Normal 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.
|
||||
Reference in New Issue
Block a user