cargo: bump digest from 0.10.5 to 0.10.6

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-17 15:15:00 +00:00 committed by Martin von Zweigbergk
parent a072c6e9aa
commit ec23c5a0be
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -468,9 +468,9 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]] [[package]]
name = "digest" name = "digest"
version = "0.10.5" version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c" checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [ dependencies = [
"block-buffer", "block-buffer",
"crypto-common", "crypto-common",

View file

@ -24,7 +24,7 @@ bytes = "1.2.1"
byteorder = "1.4.3" byteorder = "1.4.3"
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] } chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
config = { version = "0.13.2", default-features = false, features = ["toml"] } config = { version = "0.13.2", default-features = false, features = ["toml"] }
digest = "0.10.5" digest = "0.10.6"
git2 = "0.15.0" git2 = "0.15.0"
hex = "0.4.3" hex = "0.4.3"
itertools = "0.10.5" itertools = "0.10.5"