From 838e0f598c7a984fb020208f36a178619b05330e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 00:43:03 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e5a56a9d2e..962c74d85ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]]