build(deps): bump dlib from 0.5.0 to 0.5.2 (#30174)

Bumps [dlib](https://github.com/elinorbgr/dlib) from 0.5.0 to 0.5.2.
- [Release notes](https://github.com/elinorbgr/dlib/releases)
- [Commits](https://github.com/elinorbgr/dlib/compare/v0.5.0...v0.5.2)

---
updated-dependencies:
- dependency-name: dlib
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-23 00:43:03 +00:00 committed by GitHub
parent 374fd0b840
commit 838e0f598c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View file

@ -1505,11 +1505,11 @@ checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "dlib"
version = "0.5.0"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
"libloading 0.7.0",
"libloading 0.8.0",
]
[[package]]