Commit abe0fce
tests: Fix sha256 digest hex formatting for sha2 0.11 compat
The sha2 0.11 crate no longer implements LowerHex on the digest
output type. Format the hash by iterating over bytes instead, which
works with both 0.10 and 0.11.
Assisted-by: Claude Code (Opus 4.6)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>1 parent c888b61 commit abe0fce
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | | - | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
683 | 688 | | |
684 | 689 | | |
685 | 690 | | |
| |||
0 commit comments