rustls / rustls-platform-verifier

A certificate verification library for rustls that uses the operating system's verifier
Apache License 2.0
66 stars 20 forks source link

chore: update rusttls to 0.23.2 #76

Closed Lewiscowles1986 closed 6 months ago

Lewiscowles1986 commented 6 months ago

Hello, thanks for authoring this code.

I want to upgrade this to 0.23.2 in https://github.com/awslabs/llrt/pull/280 so that there are not two versions of a crate installed.

That requires a new https://github.com/rustls/pki-types That requires a new https://github.com/rustls/hyper-rustls That requires your package to update it's rustls

So thank you for writing this, but I would like to increase this dependency version and if possible ask for a new release 🙏

Lewiscowles1986 commented 6 months ago

I Have no idea why so many files have been updated in the lockfile. The only commands I've issued are cargo update rustls --precise 0.23.2

flisky commented 6 months ago

Dup with #70