mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Upgrade the dependencies
This commit is contained in:
parent
288a879411
commit
63682c2c9a
7 changed files with 68 additions and 68 deletions
|
@ -8,15 +8,15 @@ description = "A CLI to interact with a milli index"
|
|||
|
||||
[dependencies]
|
||||
indicatif = "0.16.2"
|
||||
serde = "1.0.129"
|
||||
serde_json = "1.0.66"
|
||||
structopt = "0.3.22"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.79"
|
||||
structopt = "0.3.26"
|
||||
milli = { path = "../milli" }
|
||||
eyre = "0.6.5"
|
||||
color-eyre = "0.5.11"
|
||||
eyre = "0.6.7"
|
||||
color-eyre = "0.6.1"
|
||||
heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1", default-features = false, features = ["lmdb", "sync-read-txn"] }
|
||||
byte-unit = { version = "4.0.12", features = ["serde"] }
|
||||
bimap = "0.6.1"
|
||||
byte-unit = { version = "4.0.14", features = ["serde"] }
|
||||
bimap = "0.6.2"
|
||||
csv = "1.1.6"
|
||||
stderrlog = "0.5.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue