rustls / webpki

WebPKI X.509 Certificate Validation in Rust

Home Page:https://docs.rs/rustls-webpki/latest/webpki/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up deprecated API in time module

djc opened this issue · comments

The inherent Time::try_from() method has been deprecated since briansmith/webpki#220 (and briansmith/webpki#139 before it). In addition, the TryFrom::Error type exposes ring as a public dependency (I believe this is the only item doing that). We should fix these issues in the next semver-breaking release (unfortunately we didn't do so for 0.100).