fig. 01 — RUSTSEC-2022-0028, the advisory selected below
// advisories
RUSTSEC-2022-0028
UNKNOWN
Neon provides functionality for creating JavaScript ArrayBuffer (and the Buffer subtype) instances backed by bytes allocated outside of V8/Node. The [JsArrayBuffer::external](https://docs.rs/neon/0.10.0/neon/types/struct.JsArrayBuffer.html#method.external) and [JsBuffer::external](https://docs.rs/neon/0.10.0/neon/types/struct.JsBuffer.html#method.external) did not require T: 'static prior to Neon