chore: remove unused smallvec dep (#6629)

This commit is contained in:
Dan Cline
2024-02-16 13:38:38 -05:00
committed by GitHub
parent 683b252f83
commit 3dc7214a2b
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ c-kzg = { workspace = true, features = ["serde"], optional = true }
tracing.workspace = true
# misc
smallvec = { version = "1.11", features = ["arbitrary", "serde", "union", "const_new"] }
bytes.workspace = true
byteorder = "1"
clap = { workspace = true, features = ["derive"], optional = true }