pest-parser / pest

The Elegant Parser
https://pest.rs
Apache License 2.0
4.67k stars 262 forks source link

small cargo clippy fixes + dependency bumps #921

Closed tomtau closed 1 year ago

tomtau commented 1 year ago

memchr now supports aarch64, so it's made default: https://github.com/BurntSushi/memchr/pull/129 cargo lib (used in the not-bootstrap-in-src feature) did not respect umask: https://github.com/advisories/GHSA-j3xp-wfr4-hx87 (probably not an issue here)