@@ -105,7 +105,7 @@ alloy-rlp = "0.3.4"
105
105
anyhow = " 1"
106
106
arbitrary = { version = " 1" , features = [" derive" ] }
107
107
async-channel = " 1.9.0"
108
- axum = " 0.7.7 "
108
+ axum = " 0.8 "
109
109
beacon_chain = { path = " beacon_node/beacon_chain" }
110
110
beacon_node = { path = " beacon_node" }
111
111
beacon_node_fallback = { path = " validator_client/beacon_node_fallback" }
@@ -257,6 +257,7 @@ tokio = { version = "1", features = [
257
257
] }
258
258
tokio-stream = { version = " 0.1" , features = [" sync" ] }
259
259
tokio-util = { version = " 0.7" , features = [" codec" , " compat" , " time" ] }
260
+ tower-http = { version = " 0.6.6" , features = [" cors" ] }
260
261
tracing = " 0.1.40"
261
262
tracing-appender = " 0.2"
262
263
tracing-core = " 0.1"
@@ -278,6 +279,7 @@ validator_store = { path = "validator_client/validator_store" }
278
279
validator_test_rig = { path = " testing/validator_test_rig" }
279
280
warp = { version = " 0.3.7" , default-features = false , features = [" tls" ] }
280
281
warp_utils = { path = " common/warp_utils" }
282
+ warpdrive = { git = " http://github.com/macladson/warpdrive" , tag = " v0.1.0" }
281
283
workspace_members = { path = " common/workspace_members" }
282
284
xdelta3 = { git = " http://github.com/sigp/xdelta3-rs" , rev = " 4db64086bb02e9febb584ba93b9d16bb2ae3825a" }
283
285
zeroize = { version = " 1" , features = [" zeroize_derive" , " serde" ] }
0 commit comments