xiph / rav1e

The fastest and safest AV1 encoder.
BSD 2-Clause "Simplified" License
3.73k stars 253 forks source link

Update clap to v4.5 #3396

Closed FreezyLemon closed 2 months ago

FreezyLemon commented 2 months ago

This was locked to 4.4.17 because of MSRV incompatibilities. #3359 ultimately decided to bump the MSRV to 1.74 which is enough for clap 4.5, so I unlock and update it here.

The only remaining locked dependency is bitstream-io, which now has an MSRV of 1.79.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.14%. Comparing base (3c3a26f) to head (3823f4a). Report is 32 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3396 +/- ## ========================================== - Coverage 88.52% 82.14% -6.39% ========================================== Files 89 89 Lines 28323 27408 -915 ========================================== - Hits 25074 22515 -2559 - Misses 3249 4893 +1644 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.