chore: Add lz4_flex

This commit is contained in:
sprites0
2025-06-19 22:36:19 -04:00
parent 62fe6e2f53
commit a0f1b14391
2 changed files with 16 additions and 1 deletions

View File

@ -49,7 +49,7 @@ revm = { version = "24.0.1" }
# alloy dependencies
alloy-genesis = "1.0.9"
alloy-consensus = "1.0.9"
alloy-consensus = { version = "1.0.9", features = ["serde"] }
alloy-chains = "0.2.0"
alloy-eips = "1.0.9"
alloy-evm = "0.10"
@ -90,6 +90,7 @@ tokio = { version = "1.36", features = ["full"] }
tokio-stream = "0.1"
tracing = "0.1"
rmp-serde = "1.0.0"
lz4_flex = "0.11.3"
[target.'cfg(unix)'.dependencies]