arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
447 stars 129 forks source link

Webpki #324

Closed arlyon closed 1 year ago

arlyon commented 1 year ago

Summary

Fix some outstanding issues and adds webpki

Notice, a successful merge of this branch closes #318

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #324 (d73d869) into master (fb4fafc) will increase coverage by 0.06%. The diff coverage is 95.74%.

:exclamation: Current head d73d869 differs from pull request most recent head d423be2. Consider uploading reports for the commit d423be2 to get more accurate results

@@            Coverage Diff            @@
##           master    #324      +/-   ##
=========================================
+ Coverage    6.52%   6.58%   +0.06%     
=========================================
  Files         130     130              
  Lines       19994   20009      +15     
=========================================
+ Hits         1304    1317      +13     
- Misses      18690   18692       +2     
Impacted Files Coverage Δ
src/client/base/async_std.rs 89.42% <0.00%> (-0.87%) :arrow_down:
src/lib.rs 100.00% <ø> (ø)
src/params.rs 79.19% <ø> (ø)
src/client/base/tokio.rs 92.36% <96.77%> (+0.02%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more