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
58 stars 33 forks source link

fix: drop unused sha-crypt dep #538

Closed nullr0ute closed 1 year ago

nullr0ute commented 1 year ago

The use of sha-crypt was dropped with commit 8d1d1b2 but one of the Cargo.toml updates was missed so drop it there and update Cargo.lock to match.

Fixes: 8d1d1b2 ("chore: replace sha-crypt with openssl process calls")

nullr0ute commented 1 year ago

Good catch +1

There's always one :rofl: