arlyon / async-stripe

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

Update hyper-rustls to fix RUSTSEC-2023-0052 #431

Closed FSMaxB closed 12 months ago

FSMaxB commented 1 year ago

Summary

The update fixes a denial of service in the transitive dependency webpki

Checklist

FSMaxB commented 1 year ago

Not exactly sure where the test failure is coming from. I'll have to look into it another time.

arlyon commented 12 months ago

cargo-llvm-cov is broken, I have stripped it out for now. I will cherry pick this and merge it in another PR (with attribution) in #434.

Thanks for taking the time to address this!