This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate ratatui-core

Dependencies

(16 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 anstyle^11.0.13up to date
 bitflags^2.92.9.4up to date
 compact_str^0.90.9.0up to date
 document-features^0.20.2.11up to date
 hashbrown ⚠️^0.150.16.0out of date
 indoc^22.0.6up to date
 itertools^0.140.14.0up to date
 kasuari^0.40.4.9up to date
 lru^0.140.16.2out of date
 palette^0.70.7.6up to date
 serde^11.0.228up to date
 strum^0.270.27.2up to date
 thiserror^22.0.17up to date
 unicode-segmentation^11.12.0up to date
 unicode-truncate^22.0.0up to date
 unicode-width=0.2.00.2.2out of date

Dev dependencies

(3 total, 1 outdated)

CrateRequiredLatestStatus
 pretty_assertions^11.4.1up to date
 rstest^0.250.26.1out of date
 serde_json^11.0.145up to date

Security Vulnerabilities

hashbrown: Borsh serialization of HashMap is non-canonical

RUSTSEC-2024-0402

The borsh serialization of the HashMap did not follow the borsh specification. It potentially produced non-canonical encodings dependent on insertion order. It also did not perform canonicty checks on decoding.

This can result in consensus splits and cause equivalent objects to be considered distinct.

This was patched in 0.15.1.