rusticata / x509-parser

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

Tighten dependencies #114

Closed g2p closed 2 years ago

g2p commented 2 years ago

Ensure things build when resolving dependencies to minimal versions.

Checked with:

cargo +nightly update -Z minimal-versions; cargo check

There's probably a way to do this in CI, but I haven't looked into it.

chifflier commented 2 years ago

Merged in 15549de97f1d72b7aed6b6adfe10ee4a1d6a994c Thanks!