# HG changeset patch
# User dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Date 1663299690 14400
#      Thu Sep 15 23:41:30 2022 -0400
# Node ID eb566079b8eaa6d7f6147805ac87a7ee26454c65
# Parent  b1fcf534d10c9f3d103f9d426f0404cf4e0a71a3
Bump digest from 0.10.3 to 0.10.5 in /src/_bcrypt (#415)

Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/digest-v0.10.3...digest-v0.10.5)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

diff --git a/src/_bcrypt/Cargo.lock b/src/_bcrypt/Cargo.lock
--- a/src/_bcrypt/Cargo.lock
+++ b/src/_bcrypt/Cargo.lock
@@ -115,9 +115,9 @@
 
 [[package]]
 name = "digest"
-version = "0.10.3"
+version = "0.10.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
+checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
 dependencies = [
  "block-buffer",
  "crypto-common",