OpenCV or Dlib for Face Detection

Hello,
Since Dlib has no release since 2022, which is the best tool to use now for face detection : Dlib or OpenCV?
Thank you

The HOG detector from Dlib is better than the Haar cascade detector in OpenCV. But there is also DNN detector in OpenCV, which is better than the two ones.