Remove the actix-web dependency from milli

This commit is contained in:
Clément Renault
2023-11-28 17:19:57 +01:00
parent 6376c342c1
commit 170e063b80
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ byte-unit = { version = "4.0.19", default-features = false, features = [
bytes = "1.4.0"
clap = { version = "4.2.1", features = ["derive", "env"] }
crossbeam-channel = "0.5.8"
deserr = { version = "0.6.0", features = ["actix-web"]}
deserr = { version = "0.6.0", features = ["actix-web"] }
dump = { path = "../dump" }
either = "1.8.1"
env_logger = "0.10.0"