You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider replacing these with "hard" deprecated attributes so that the the deprecations are warned about. Probably best done as part of the next breaking changeset.
The text was updated successfully, but these errors were encountered:
I think we can just get the #[deprecated] attributes in now. This doesn't break the API, just adds warnings (which is not considered to be semver-incompatible) -- and don't forget that rustls is by far the largest direct user of webpki anyway.
In two places (
Time::try_from
andFrom::from
forDnsName
) there are "soft" deprecation comments:webpki/src/time.rs
Lines 26 to 31 in 6dd4a44
webpki/src/subject_name/dns_name.rs
Lines 57 to 64 in 6dd4a44
We should consider replacing these with "hard" deprecated attributes so that the the deprecations are warned about. Probably best done as part of the next breaking changeset.
The text was updated successfully, but these errors were encountered: