ulagbulag / dlib-face-recognition

Unofficial Rust wrappers to the C++ library dlib, face recognition tools
BSD 3-Clause "New" or "Revised" License
45 stars 28 forks source link

Update dependencies #36

Open Martiusweb opened 2 months ago

Martiusweb commented 2 months ago

Since it's impossible two use both image 0.24 and 0.25 in a project, I updated both image and reqwest to their latest versions, and ran cargo update.

To test, I successfully ran cargo check --features embed-fd-nn and ran a face detection program using FaceDetectorCNN. I believe it's enough.

Please let me know if there's anything else I should do, as I'm not familiar with the best practices of rust packaging.

Thanks!