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

1
Cargo.lock generated
View File

@ -6603,7 +6603,6 @@ dependencies = [
"serde",
"serde_json",
"sha2",
"smallvec",
"strum 0.26.1",
"sucds 0.6.0",
"tempfile",

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 }