Commit 852782a
committed
chore(deps): bump libssz crates to 0.3.0
Tracks consensus-specs v1.7.0-alpha.13. The breaking changes in 0.3.0
are confined to progressive containers/lists (EIP-7916 merkleization
roots, the 256-field cap, and unknown ssz attribute keys now being
compile errors), none of which this codebase uses, so no source changes
are required. The release also elides all-zero subtrees and reuses
buffers in merkleize, which is a win on every hash_tree_root we compute.
The lockfile edit is deliberately limited to the four libssz entries: a
full re-resolve additionally repointed leanVM's mt-field/mt-poly at
num-bigint 0.4 and shifted several other duplicate-version picks, which
does not belong in a dependency bump.1 parent 32e3972 commit 852782a
2 files changed
Lines changed: 12 additions & 12 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 | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments