Skip to content

Commit 8c1a1d0

Browse files
authored
Patch hmac from RustCrypto/MACs (#1771)
1 parent 76e6c2f commit 8c1a1d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sha2 = { git = "https://github.com/RustCrypto/hashes" }
2222
sha3 = { git = "https://github.com/RustCrypto/hashes" }
2323

2424
# https://github.com/RustCrypto/MACs/pull/178
25-
hmac = { git = "https://github.com/baloo/MACs.git", branch = "baloo/edition-2024" }
25+
hmac = { git = "https://github.com/RustCrypto/MACs.git" }
2626

2727
# https://github.com/RustCrypto/crypto-bigint/pull/762
2828
# https://github.com/RustCrypto/crypto-bigint/pull/765

0 commit comments

Comments
 (0)