bitcoindevkit / rust-electrum-client

Bitcoin Electrum client library. Supports plaintext, TLS and Onion servers.
MIT License
72 stars 54 forks source link

Remove `webpki` and bump `webpki-roots` to `v0.25` #117

Closed yukibtc closed 7 months ago

yukibtc commented 10 months ago

I noticed that webpki dependency is no longer maintained and that has a high severity vulnerability. This PR remove the webpki dependency and bump webpki-roots to v0.25

RCasatta commented 10 months ago

ref https://rustsec.org/advisories/RUSTSEC-2023-0052

notmandatory commented 7 months ago

Thanks for the update, sorry it look so long to ACK.