Add parity-util-mem unmaintained (#1528)

This commit is contained in:
pinkforest(she/her)
2023-01-16 20:24:43 +11:00
committed by GitHub
parent bdcf1d329d
commit 1942335c87

View File

@@ -0,0 +1,17 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "parity-util-mem"
date = "2022-11-30"
url = "https://github.com/paritytech/parity-common/pull/696"
references = ["https://github.com/paritytech/parity-common/issues/607", "https://github.com/paritytech/parity-common/pull/697"]
informational = "unmaintained"
[versions]
patched = []
```
# parity-util-mem Unmaintained
The crate has been deprecated and will receive no updates with no repository source.
The crate has [a warning](https://crates.io/crates/parity-util-mem) surrounding it's use related to global allocator use that may lead to UB.