mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Update syn to 2.0.110 (#8563)
#8547 We are currently using an older version of `syn` in `test_random_derive`. Updating this removes one of the sources of `syn` `1.0.109` in our dependency tree. Co-Authored-By: Mac L <mjladson@pm.me> Co-Authored-By: Michael Sproul <michaelsproul@users.noreply.github.com>
This commit is contained in:
@@ -238,7 +238,7 @@ store = { path = "beacon_node/store" }
|
||||
strum = { version = "0.27", features = ["derive"] }
|
||||
superstruct = "0.10"
|
||||
swap_or_not_shuffle = { path = "consensus/swap_or_not_shuffle" }
|
||||
syn = "1"
|
||||
syn = "2"
|
||||
sysinfo = "0.26"
|
||||
system_health = { path = "common/system_health" }
|
||||
task_executor = { path = "common/task_executor" }
|
||||
|
||||
Reference in New Issue
Block a user