fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
63 stars 34 forks source link

chore(deps): bump rustls to 0.23.18 #700

Closed nullr0ute closed 3 days ago

nullr0ute commented 4 days ago

Versions of rustls < 0.23.18 have CVEs so we need to bump that and the associated rustls-pki-types dep. We also bump warp a minor as it allows dropping the dep on the ancient rustls-pemfile rev and another dep.