rusticata / x509-parser

X.509 parser written in pure Rust. Fast, zero-copy, safe.
Other
206 stars 67 forks source link

Depend on correct version of 'time' #119

Closed SergioBenitez closed 2 years ago

SergioBenitez commented 2 years ago

The RFC2822 "well-known" format was added in time v0.3.7. As a result, this crate must depend on at least that version.

...or risk builds that fail because an older version of time is pulled in that doesn't yet contain the format.

chifflier commented 2 years ago

Applied, thanks!