Skip to content

Commit

Permalink
build(deps): bump keccak from 0.1.3 to 0.1.4
Browse files Browse the repository at this point in the history
Bumps [keccak](https://github.com/RustCrypto/sponges) from 0.1.3 to 0.1.4.
- [Commits](RustCrypto/sponges@keccak-v0.1.3...keccak/v0.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 5, 2023
1 parent fd70931 commit 47f4809
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 sha3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
digest = "0.10.4"
keccak = "0.1.3"
keccak = "0.1.4"

[dev-dependencies]
digest = { version = "0.10.4", features = ["dev"] }
Expand Down

0 comments on commit 47f4809

Please sign in to comment.