mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-24 23:31:02 +00:00
Wrap sha256 in HMAC instead of directly use sha256
This commit is contained in:
@ -6,6 +6,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
base64 = "0.13.0"
|
||||
enum-iterator = "0.7.0"
|
||||
hmac = "0.12.1"
|
||||
meilisearch-error = { path = "../meilisearch-error" }
|
||||
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.28.0" }
|
||||
rand = "0.8.4"
|
||||
|
Reference in New Issue
Block a user