use the zookeeper-client-sync from meilisearch instead of tamo

This commit is contained in:
Tamo
2023-11-08 16:21:53 +01:00
parent e4adf7fd6d
commit a6863a7d6e
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ thiserror = "1.0.40"
time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] }
uuid = { version = "1.3.1", features = ["serde", "v4"] }
tokio = { version = "1.27.0", features = ["full"] }
zookeeper-client-sync = { git = "https://github.com/irevoire/zookeeper-client-sync.git" }
zookeeper-client-sync = { git = "https://github.com/meilisearch/zookeeper-client-sync.git" }
parking_lot = "0.12.1"
strois = "0.0.4"