boa-dev / boa

Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
MIT License
5.09k stars 400 forks source link

RUSTSEC-2024-0014: `generational-arena` is unmaintained #3681

Open github-actions[bot] opened 8 months ago

github-actions[bot] commented 8 months ago

generational-arena is unmaintained

Details
Status unmaintained
Package generational-arena
Version 0.2.9
URL https://github.com/fitzgen/generational-arena/issues/55
Date 2024-02-11

The generational-arena crate's repository has been archived and is no longer maintained.

Alternatives

See advisory page for additional details.

jedel1043 commented 8 months ago

This is probably resolved by https://github.com/unicode-org/icu4x/pull/4621. We could also generate the trie data by linking against ICU4C, but that method would complicate the datagen considerably.