Skip to content

Commit

Permalink
digest: bump generic-array dependency to v0.14.4 (#885)
Browse files Browse the repository at this point in the history
`generic-array` v0.14.4 uses `typenum` v1.12.0, which makes `Unsigned` imply `Default`, which, in turn, is required for `CoreWrapper` to to implement `Digest`.
  • Loading branch information
tesaguri authored Jan 15, 2022
1 parent e6eef1d commit d3e5448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["digest", "crypto", "hash"]
categories = ["cryptography", "no-std"]

[dependencies]
generic-array = "0.14"
generic-array = "0.14.4"
crypto-common = { version = "0.1.1", path = "../crypto-common" }

block-buffer = { version = "0.10", optional = true }
Expand Down

0 comments on commit d3e5448

Please sign in to comment.