webrtc-rs / webrtc

A pure Rust implementation of WebRTC
https://webrtc.rs
Apache License 2.0
3.95k stars 347 forks source link

Update depend rcgen #559

Closed a-wing closed 2 months ago

a-wing commented 2 months ago

Update Depend:

Remove Depend ring == 1.6, Because. The ring == 1.6 cannot compile in Windows on aarch

https://github.com/binbat/live777/issues/73


For rustls == 0.23.5, WebPkiServerVerifier don't support rustls::RootCertStore::empty(). The test need changed

https://docs.rs/rustls/0.23.5/src/rustls/webpki/server_verifier.rs.html#100-113

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 61.65%. Comparing base (a97d49e) to head (96d1353). Report is 7 commits behind head on master.

Files Patch % Lines
dtls/src/conn/conn_test.rs 50.00% 0 Missing and 3 partials :warning:
dtls/examples/hub/src/utilities.rs 0.00% 2 Missing :warning:
webrtc/src/peer_connection/certificate.rs 77.77% 1 Missing and 1 partial :warning:
dtls/examples/dial/verify/dial_verify.rs 0.00% 1 Missing :warning:
dtls/examples/listen/verify/listen_verify.rs 0.00% 1 Missing :warning:
dtls/src/error.rs 0.00% 1 Missing :warning:
webrtc/src/error.rs 0.00% 1 Missing :warning:
webrtc/src/peer_connection/sdp/sdp_test.rs 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #559 +/- ## ========================================== - Coverage 61.76% 61.65% -0.12% ========================================== Files 529 530 +1 Lines 48828 48880 +52 Branches 12250 12254 +4 ========================================== - Hits 30161 30138 -23 - Misses 9532 9569 +37 - Partials 9135 9173 +38 ```

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