mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Remove three unused dependencies
This commit is contained in:
parent
bb9372114c
commit
86c1e83ea1
3 changed files with 2 additions and 79 deletions
|
@ -26,7 +26,6 @@ actix-cors = "0.6"
|
|||
actix-web = { version = "4", features = ["rustls"] }
|
||||
actix-web-static-files = { git = "https://github.com/kilork/actix-web-static-files.git", rev = "2d3b6160", optional = true }
|
||||
anyhow = { version = "1.0.43", features = ["backtrace"] }
|
||||
arc-swap = "1.3.2"
|
||||
async-stream = "0.3.2"
|
||||
async-trait = "0.1.51"
|
||||
bstr = "0.2.17"
|
||||
|
@ -41,7 +40,6 @@ futures = "0.3.17"
|
|||
futures-util = "0.3.17"
|
||||
http = "0.2.4"
|
||||
indexmap = { version = "1.7.0", features = ["serde-1"] }
|
||||
iso8601-duration = "0.1.0"
|
||||
itertools = "0.10.1"
|
||||
jsonwebtoken = "7"
|
||||
log = "0.4.14"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue