mozilla / mp4parse-rust

Parser for ISO Base Media Format aka video/mp4 written in Rust.
Mozilla Public License 2.0
404 stars 62 forks source link

Couple of minor fixes #383

Closed rillian closed 1 year ago

rillian commented 1 year ago

I don't think this is enough to get CI passing again, but it's a few positive steps...

rillian commented 1 year ago

Looks like actions-rs needs blessing in the repo allow-list for the cargo audit check.

kinetiknz commented 1 year ago

Thanks! I merged the criterion update. The clippy fix already landed via another patch.

It looks like adding new action sources to the org's allow-list is not straightforward, mainly for security reasons, so I've left that change out. It'd be great to run an audit in CI, perhaps we can look at taking a different approach.