Skip to content

Commit 827c043

Browse files
authored
sha3 v0.11.0-rc.8 (#794)
Includes `digest` v0.11.1 compatibility. Also bumps `keccak` to v0.2.0-rc.2.
1 parent 835bc3a commit 827c043

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ opt-level = 2
3434
sha1 = { path = "sha1" }
3535
sha3 = { path = "sha3" }
3636
whirlpool = { path = "whirlpool" }
37-
38-
keccak = { git = "https://github.com/RustCrypto/sponges" }

sha3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha3"
3-
version = "0.11.0-rc.7"
3+
version = "0.11.0-rc.8"
44
description = """
55
Pure Rust implementation of SHA-3, a family of Keccak-based hash functions
66
including the SHAKE family of eXtendable-Output Functions (XOFs), as well as
@@ -18,7 +18,7 @@ categories = ["cryptography", "no-std"]
1818

1919
[dependencies]
2020
digest = "0.11"
21-
keccak = "0.2.0-rc.1"
21+
keccak = "0.2.0-rc.2"
2222

2323
[dev-dependencies]
2424
digest = { version = "0.11", features = ["dev"] }

0 commit comments

Comments
 (0)