mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fixes for Rust v1.79
This commit is contained in:
parent
09d9b63e1c
commit
0a8f50695e
7 changed files with 11 additions and 13 deletions
|
@ -21,7 +21,7 @@ reqwest = { version = "0.11.23", features = [
|
|||
"stream",
|
||||
"json",
|
||||
"rustls-tls",
|
||||
], default_features = false }
|
||||
], default-features = false }
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
sha2 = "0.10.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue