mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Upgrade dependencies
Except: - clap stays on 3.0 because it is more complicated to upgrade - enum_iterator goes up to 1.1.2 instead of 1.2 because of the vergen dependency
This commit is contained in:
parent
9da34dc55c
commit
a2c91a87fe
8 changed files with 387 additions and 341 deletions
|
@ -5,11 +5,11 @@ authors = ["marin <postma.marin@protonmail.com>"]
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "4.0.1", default-features = false }
|
||||
actix-web = { version = "4.2.1", default-features = false }
|
||||
proptest = { version = "1.0.0", optional = true }
|
||||
proptest-derive = { version = "0.3.0", optional = true }
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
|
||||
[features]
|
||||
test-traits = ["proptest", "proptest-derive"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue