iroh
iroh copied to clipboard
deps: remove rustls-pemfile
Description
rustls-pemfile is unmaintained.
This removes our direct dependencies of rustls-pemfile by replacing with equivalents via rustls-pki-types.
However this does not yet remove rustls-pemfile completly:
- We need to update
axum-serverto0.8iniroh-dns-server: Depends on merge and release of https://github.com/n0-computer/tokio-rustls-acme/pull/37 rustls-pemfileis used byrustls-cert-file-reader: I filed https://github.com/MOZGIII/rustls-cert-utils/pull/22
Fixes #3746
Breaking Changes
Notes & open questions
Change checklist
- [ ] Self-review.
- [ ] Documentation updates following the style guide, if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
- [ ] List all breaking changes in the above "Breaking Changes" section.
- [ ] Open an issue or PR on any number0 repos that are affected by this breaking change. Give guidance on how the updates should be handled or do the actual updates themselves. The major ones are:
- [ ]
quic-rpc - [ ]
iroh-gossip - [ ]
iroh-blobs - [ ]
dumbpipe - [ ]
sendme
- [ ]