Skip to content

Commit d092b68

Browse files
build(deps): bump keccak from 0.2.0-rc.0 to 0.2.0-rc.1
Bumps [keccak](https://github.com/RustCrypto/sponges) from 0.2.0-rc.0 to 0.2.0-rc.1. - [Commits](RustCrypto/sponges@keccak-v0.2.0-rc.0...keccak-v0.2.0-rc.1) --- updated-dependencies: - dependency-name: keccak dependency-version: 0.2.0-rc.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 92a7ee5 commit d092b68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sha3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ categories = ["cryptography", "no-std"]
1818

1919
[dependencies]
2020
digest = "0.11.0-rc.7"
21-
keccak = "0.2.0-rc.0"
21+
keccak = "0.2.0-rc.1"
2222

2323
[dev-dependencies]
2424
digest = { version = "0.11.0-rc.7", features = ["dev"] }

0 commit comments

Comments
 (0)