mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Upgrade incompatible dependencies
This commit is contained in:
parent
dd28a3fd5a
commit
091f989b72
10 changed files with 187 additions and 91 deletions
|
@ -13,7 +13,7 @@ license.workspace = true
|
|||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
build-info = { version = "1.7.0", path = "../build-info" }
|
||||
cargo_metadata = "0.18.1"
|
||||
cargo_metadata = "0.19.1"
|
||||
clap = { version = "4.5.24", features = ["derive"] }
|
||||
futures-core = "0.3.31"
|
||||
futures-util = "0.3.31"
|
||||
|
@ -25,7 +25,7 @@ reqwest = { version = "0.12.12", features = [
|
|||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.135"
|
||||
sha2 = "0.10.8"
|
||||
sysinfo = "0.30.13"
|
||||
sysinfo = "0.33.1"
|
||||
time = { version = "0.3.37", features = [
|
||||
"serde",
|
||||
"serde-human-readable",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue