Skip to content

Commit 48d909b

Browse files
authored
Use v0.11.0-pre.5 releases of hash crates (#180)
1 parent f6eba03 commit 48d909b

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

Cargo.lock

Lines changed: 12 additions & 8 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ members = ["belt-mac", "cbc-mac", "cmac", "hmac", "pmac", "retail-mac"]
66
opt-level = 2
77

88
[patch.crates-io]
9-
# https://github.com/RustCrypto/hashes/pull/652
10-
md-5 = { git = "https://github.com/RustCrypto/hashes.git" }
11-
sha1 = { git = "https://github.com/RustCrypto/hashes.git" }
12-
sha2 = { git = "https://github.com/RustCrypto/hashes.git" }
13-
streebog = { git = "https://github.com/RustCrypto/hashes.git" }
14-
159
# https://github.com/RustCrypto/block-ciphers/pull/472
1610
aes = { git = "https://github.com/RustCrypto/block-ciphers.git" }
1711
des = { git = "https://github.com/RustCrypto/block-ciphers.git" }

hmac/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ digest = { version = "=0.11.0-pre.10", features = ["mac"] }
1717

1818
[dev-dependencies]
1919
digest = { version = "=0.11.0-pre.10", features = ["dev"] }
20-
md-5 = { version = "=0.11.0-pre.4", default-features = false }
21-
sha1 = { version = "=0.11.0-pre.4", default-features = false }
22-
sha2 = { version = "=0.11.0-pre.4", default-features = false }
23-
streebog = { version = "=0.11.0-pre.4", default-features = false }
20+
md-5 = { version = "=0.11.0-pre.5", default-features = false }
21+
sha1 = { version = "=0.11.0-pre.5", default-features = false }
22+
sha2 = { version = "=0.11.0-pre.5", default-features = false }
23+
streebog = { version = "=0.11.0-pre.5", default-features = false }
2424
hex-literal = "1"
2525

2626
[features]

0 commit comments

Comments
 (0)