perf(download): parallel header sealing (#1536)

This commit is contained in:
Roman Krasiuk
2023-02-24 10:13:18 +02:00
committed by GitHub
parent 6d138daa11
commit b14ee4e925
3 changed files with 5 additions and 3 deletions

View File

@ -26,6 +26,7 @@ tokio-stream = "0.1"
# misc
tracing = "0.1.37"
metrics = "0.20.1"
rayon = "1.6.0"
# optional deps for the test-utils feature
thiserror = { version = "1", optional = true }