mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-06-12 02:51:35 +02:00
Remove useless liquid dependency for Meilisearch
This commit is contained in:
parent
4352a924d7
commit
7c1b15fd06
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3762,7 +3762,6 @@ dependencies = [
|
||||
"itertools 0.14.0",
|
||||
"jsonwebtoken",
|
||||
"lazy_static",
|
||||
"liquid",
|
||||
"manifest-dir-macros",
|
||||
"maplit",
|
||||
"meili-snap",
|
||||
|
@ -49,7 +49,6 @@ is-terminal = "0.4.13"
|
||||
itertools = "0.14.0"
|
||||
jsonwebtoken = "9.3.0"
|
||||
lazy_static = "1.5.0"
|
||||
liquid = "0.26.9"
|
||||
meilisearch-auth = { path = "../meilisearch-auth" }
|
||||
meilisearch-types = { path = "../meilisearch-types" }
|
||||
mimalloc = { version = "0.1.43", default-features = false }
|
||||
|
Loading…
x
Reference in New Issue
Block a user