ebarnard / rust-plist

A rusty plist parser.
MIT License
71 stars 42 forks source link

chore(deps): bump `line-wrap` to `0.2.0` #134

Closed cijiugechu closed 7 months ago

cijiugechu commented 7 months ago

Related issue: Update line-wrap to 0.2 to avoid RUSTSEC-2023-0081 (safemem is unmaintained)

nazmulidris commented 7 months ago

@cijiugechu - Thanks for the PR. I was just about to raise one when I saw this. 👍🏽 @ebarnard - syntect depends on this crate and once this PR goes through, we can have syntect use this latest version. 🙏🏽

faern commented 7 months ago

Is there anything blocking this PR from being merged? Except that the CI is a bit sad, I think OP will need to change some imports slightly.

I too would love to get rid of safemem from our dependency tree :stuck_out_tongue:

ebarnard commented 7 months ago

These look like failures from a new nightly-only lint, but happy to bump the safemem version.