mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
#8547
This updates a few of our crates to remove the older `syn 1` crate.
This updates:
- `criterion` -> `0.8`
- `itertools` -> `0.14`
And also certain `sigp` crates:
- `xdelta3` -> [`fe39066`](fe3906605c)
- `superstruct` -> `0.10.1`
- `ethereum_ssz` -> `0.10.1`
- `tree_hash` -> `0.12.1`
- `metastruct` -> `0.1.4`
- `context_deserialize` -> `0.2.1`
- `compare_fields` -> `0.1.1`
Co-Authored-By: Mac L <mjladson@pm.me>