Clean up dependencies

This commit is contained in:
Clément Renault 2024-11-27 13:03:39 +01:00
parent 2094ce8a9a
commit e1e76f39d0
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
10 changed files with 17 additions and 34 deletions

View file

@ -17,7 +17,7 @@ hmac = "0.12.1"
maplit = "1.0.2"
meilisearch-types = { path = "../meilisearch-types" }
rand = "0.8.5"
roaring = { version = "0.10.6", features = ["serde"] }
roaring = { version = "0.10.7", features = ["serde"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = { version = "1.0.120", features = ["preserve_order"] }
sha2 = "0.10.8"