Skip to content

Commit

Permalink
build(deps): bump digest from 0.10.6 to 0.10.7 (#417)
Browse files Browse the repository at this point in the history
Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.6 to 0.10.7.
- [Commits](RustCrypto/traits@digest-v0.10.6...digest-v0.10.7)

---
updated-dependencies:
- dependency-name: digest
  dependency-type: direct:production
  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>
  • Loading branch information
dependabot[bot] committed May 22, 2023
1 parent 1f483b3 commit 40467ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 balloon-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
rust-version = "1.65"

[dependencies]
digest = { version = "0.10.6", default-features = false }
digest = { version = "0.10.7", default-features = false }
crypto-bigint = { version = "0.5", default-features = false, features = ["generic-array"] }

# optional dependencies
Expand Down
2 changes: 1 addition & 1 deletion pbkdf2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"
rust-version = "1.60"

[dependencies]
digest = { version = "0.10.6", features = ["mac"] }
digest = { version = "0.10.7", features = ["mac"] }

# optional dependencies
rayon = { version = "1.7", optional = true }
Expand Down

0 comments on commit 40467ae

Please sign in to comment.