Bump superstruct to 0.10.0 (#8133)

Bump `superstruct` to the latest release `0.10.0`.
This version uses a later version of `darling` which is helpful for https://github.com/sigp/lighthouse/pull/8125


Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
Mac L
2025-09-30 17:42:27 +10:00
committed by GitHub
parent 9c6d33110b
commit af5cbfbd44
2 changed files with 8 additions and 8 deletions

View File

@@ -242,7 +242,7 @@ ssz_types = "0.11.0"
state_processing = { path = "consensus/state_processing" }
store = { path = "beacon_node/store" }
strum = { version = "0.24", features = ["derive"] }
superstruct = "0.8"
superstruct = "0.10"
swap_or_not_shuffle = { path = "consensus/swap_or_not_shuffle" }
syn = "1"
sysinfo = "0.26"