mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
1b72eba1f3
2867: Bring back `stable` into `main` r=Kerollmops a=curquiza Following hotfix for v0.29.1 Co-authored-by: Loïc Lecrenier <loic@meilisearch.com> Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com> Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
18 lines
615 B
TOML
18 lines
615 B
TOML
[package]
|
|
name = "meilisearch-auth"
|
|
version = "0.29.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
enum-iterator = "1.1.2"
|
|
hmac = "0.12.1"
|
|
meilisearch-types = { path = "../meilisearch-types" }
|
|
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.4", default-features = false }
|
|
rand = "0.8.5"
|
|
serde = { version = "1.0.145", features = ["derive"] }
|
|
serde_json = { version = "1.0.85", features = ["preserve_order"] }
|
|
sha2 = "0.10.6"
|
|
thiserror = "1.0.37"
|
|
time = { version = "0.3.15", features = ["serde-well-known", "formatting", "parsing", "macros"] }
|
|
uuid = { version = "1.1.2", features = ["serde", "v4"] }
|