rustls / futures-rustls

Apache License 2.0
13 stars 7 forks source link

0.25 release prep, rustls 0.22 update #6

Closed cpu closed 8 months ago

cpu commented 9 months ago

This branch prepares a 0.25 release, updating Rustls to 0.22 and bringing in associated dependency updates.

Deps:

Dev-deps:

Following the existing practice of re-exporting rustls, I added a re-export of pki-types. If you'd prefer not to do that, I can amend.

It was also required to update the expired test certificates in-repo to get tests passing. I used the RSA test-ca from the Rustls repo for this. It would be nice to provide a way to regenerate these in-repo as follow-up work.

There are also some imports being moved around as a result of rustfmt. If required, I can separate these changes into unique commits.

cpu commented 9 months ago

FWIW I can't publish this release with the current crates.io permissions. I'm going to leave it unmerged until someone can correct the perms or do the release.

quininer commented 8 months ago

I'll publish it tonight. :)

cpu commented 8 months ago

Thanks! Looks like 0.25.0 is available now.