Closed msk closed 4 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.48%. Comparing base (
3919db8
) to head (6a7f8d5
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
How simple it is! Thank you so much.
The crypto provider used by rustls in review-web has been changed to ring, which is already used by review-database. This avoids compiling multiple crypto providers and promotes consistency across dependencies.
Resolves #343.