mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Upgrade incompatible dependencies
This commit is contained in:
parent
03eb50fbac
commit
4069dbcfca
11 changed files with 294 additions and 174 deletions
|
@ -13,7 +13,7 @@ license.workspace = true
|
|||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
build-info = { version = "1.7.0", path = "../build-info" }
|
||||
cargo_metadata = "0.19.2"
|
||||
cargo_metadata = "0.20.0"
|
||||
clap = { version = "4.5.40", features = ["derive"] }
|
||||
futures-core = "0.3.31"
|
||||
futures-util = "0.3.31"
|
||||
|
@ -25,7 +25,7 @@ reqwest = { version = "0.12.20", features = [
|
|||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
sha2 = "0.10.9"
|
||||
sysinfo = "0.33.1"
|
||||
sysinfo = "0.35.2"
|
||||
time = { version = "0.3.41", features = [
|
||||
"serde",
|
||||
"serde-human-readable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue