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 chumsky

Dependencies

(10 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bytes^11.10.1up to date
 either^1.8.11.15.0up to date
 hashbrown ⚠️^0.150.15.2maybe insecure
 lexical^6.1.17.0.4out of date
 regex-automata^0.30.4.9out of date
 serde^1.01.0.219up to date
 spin^0.90.10.0out of date
 stacker^0.10.1.20up to date
 unicode-ident^1.0.101.0.18up to date
 unicode-segmentation^11.12.0up to date

Dev dependencies

(14 total, 5 outdated)

CrateRequiredLatestStatus
 ariadne^0.20.5.1out of date
 ciborium^0.20.2.2up to date
 criterion^0.4.00.5.1out of date
 lasso^0.70.7.3up to date
 logos^0.130.15.0out of date
 nom^7.18.0.0out of date
 pest^2.52.8.0up to date
 pest_derive^2.52.8.0up to date
 pom^3.23.4.0up to date
 pprof^0.110.14.0out of date
 serde_json^1.01.0.140up to date
 slotmap^1.01.0.7up to date
 sn^0.10.1.2up to date
 winnow^0.7.00.7.6up 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.