sagebind / isahc

The practical HTTP client that is fun to use.
https://docs.rs/isahc
MIT License
705 stars 62 forks source link

Bump MSRV and edition #446

Open sagebind opened 4 months ago

sagebind commented 4 months ago

Prepare a minor revision to the 1.x series that bumps the edition to 2021 and MSRV to 1.63, since compiling on the current MSRV is pretty challenging given the current Cargo resolver. Also do some other minor dependency updates.

This is about all I have time for at the moment.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 51.12%. Comparing base (9d1edd4) to head (3624e94).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 1.x #446 +/- ## ========================================== - Coverage 51.69% 51.12% -0.57% ========================================== Files 53 52 -1 Lines 5921 5977 +56 ========================================== - Hits 3061 3056 -5 - Misses 2860 2921 +61 ```

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