refactor: get rid of smallvec

Doesn't seem to be doing much.
This commit is contained in:
2025-03-13 18:00:14 -04:00
parent 477790db0e
commit e1683f41c6
3 changed files with 5 additions and 8 deletions

View File

@@ -38,7 +38,6 @@ mlua = { version = "0", features = ["async", "luajit", "send"] }
ncr = { version = "0", features = ["cfb8", "ecb", "gcm"] }
parking_lot = "0"
serde_json = "1"
smallvec = { version = "1", features = ["write"] }
tokio = { version = "1", features = ["macros"] }
zip = { version = "2", default-features = false, features = ["flate2"] }