mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
update actix-web dependency to 4.0
This commit is contained in:
parent
4fbb83a34d
commit
3b2e467ca6
5 changed files with 219 additions and 161 deletions
|
@ -5,7 +5,7 @@ authors = ["marin <postma.marin@protonmail.com>"]
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4.0.0-beta.21", default-features = false }
|
||||
actix-web = { version = "4", default-features = false }
|
||||
proptest = { version = "1.0.0", optional = true }
|
||||
proptest-derive = { version = "0.3.0", optional = true }
|
||||
serde = { version = "1.0.130", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue