briansmith / webpki

WebPKI X.509 Certificate Validation in Rust
https://briansmith.org/rustdoc/webpki/
Other
464 stars 166 forks source link

update base64 dev-dependency to 0.13 #230

Closed decathorpe closed 3 years ago

decathorpe commented 3 years ago

The only possibly-incompatible change is an updated MSRV in recent base64 releases, but it is now at 1.34.0, which is still lower than the MSRV of webki (1.46.0).

briansmith commented 3 years ago

Thank you!

codecov[bot] commented 3 years ago

Codecov Report

Merging #230 (7944d57) into main (5060c2b) will increase coverage by 17.55%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #230       +/-   ##
===========================================
+ Coverage   54.58%   72.14%   +17.55%     
===========================================
  Files          18       18               
  Lines        2083     1619      -464     
===========================================
+ Hits         1137     1168       +31     
+ Misses        946      451      -495     
Impacted Files Coverage Δ
src/signed_data.rs 100.00% <0.00%> (ø)
src/name/dns_name.rs 69.78% <0.00%> (+0.10%) :arrow_up:
src/trust_anchor.rs 94.11% <0.00%> (+0.17%) :arrow_up:
src/calendar.rs 91.15% <0.00%> (+0.24%) :arrow_up:
src/verify_cert.rs 89.44% <0.00%> (+0.27%) :arrow_up:
src/cert.rs 96.24% <0.00%> (+0.44%) :arrow_up:
src/end_entity.rs 40.00% <0.00%> (+1.01%) :arrow_up:
src/lib.rs 13.51% <0.00%> (+12.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5060c2b...7944d57. Read the comment docs.