Skip to content

Commit

Permalink
Bump digest from 0.10.5 to 0.10.6 (rust-lang#539)
Browse files Browse the repository at this point in the history
Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.5 to 0.10.6.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](RustCrypto/traits@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 17, 2022
1 parent 451c69b commit 69ed65d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/binstalk-downloader/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ license = "GPL-3.0"
binstalk-types = { version = "0.1.0", path = "../binstalk-types" }
bytes = "1.2.1"
bzip2 = "0.4.3"
digest = "0.10.5"
digest = "0.10.6"
flate2 = { version = "1.0.24", default-features = false }
futures-util = { version = "0.3.25", default-features = false, features = ["std"] }
generic-array = "0.14.6"
Expand Down

0 comments on commit 69ed65d

Please sign in to comment.