Commit 866ed00
committed
fix(deps): bump sha2 to 0.11 (with coupled sha1/digest)
sha2 0.11 pulls digest 0.11, but native-globals also depends on sha1
and digest directly. Mixing sha2 0.11 with sha1/digest 0.10 produces
two incompatible `digest::Digest` traits, so bump all three to 0.11
together. The hashing API (Sha1/Sha256 new/update/finalize) is
unchanged, so no code edits are needed.
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>1 parent d6cf90f commit 866ed00
2 files changed
Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments