Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!: Bump to rustls 0.22, tokio-rustls 0.25 #42

Merged
merged 4 commits into from
Mar 11, 2024

TLS 1.3 codepath still does the right thing in rustls 0.22.2

746167e
Select commit
Loading
Failed to load commit list.
Merged

chore!: Bump to rustls 0.22, tokio-rustls 0.25 #42

TLS 1.3 codepath still does the right thing in rustls 0.22.2
746167e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 11, 2024 in 0s

88.05% (+1.80%) compared to 3283fbd

View this Pull Request on Codecov

88.05% (+1.80%) compared to 3283fbd

Details

Codecov Report

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

Project coverage is 88.05%. Comparing base (3283fbd) to head (746167e).

Files Patch % Lines
src/lib.rs 97.50% 2 Missing ⚠️
src/ffi.rs 98.73% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   86.24%   88.05%   +1.80%     
==========================================
  Files           5        5              
  Lines         589      703     +114     
==========================================
+ Hits          508      619     +111     
- Misses         81       84       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.