mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 09:11:00 +00:00
chore: Bump dependencies
This commit is contained in:
@ -14,16 +14,16 @@ csv = "1.0.7"
|
||||
diskus = "0.5.0"
|
||||
env_logger = "0.6.1"
|
||||
indexmap = { version = "1.1.0", features = ["serde-1"] }
|
||||
jemallocator = "0.1.9"
|
||||
jemallocator = "0.3.2"
|
||||
meilidb-core = { path = "../meilidb-core", version = "0.1.0" }
|
||||
quickcheck = "0.8.2"
|
||||
rand = "0.6.5"
|
||||
rand_xorshift = "0.1.1"
|
||||
quickcheck = "0.9.0"
|
||||
rand = "0.7.2"
|
||||
rand_xorshift = "0.2.0"
|
||||
rustyline = { version = "5.0.0", default-features = false }
|
||||
serde = { version = "1.0.91" , features = ["derive"] }
|
||||
serde_json = "1.0.39"
|
||||
structopt = "0.2.15"
|
||||
sysinfo = "0.8.4"
|
||||
structopt = "0.3.2"
|
||||
sysinfo = "0.9.5"
|
||||
tempfile = "3.0.7"
|
||||
termcolor = "1.0.4"
|
||||
toml = "0.5.3"
|
||||
|
Reference in New Issue
Block a user