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

2
Cargo.lock generated
View File

@ -4964,7 +4964,7 @@ dependencies = [
[[package]] [[package]]
name = "zookeeper-client-sync" name = "zookeeper-client-sync"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/irevoire/zookeeper-client-sync.git#ff10407b7b2ef34b727ce4291729f3b8bd676f30" source = "git+https://github.com/meilisearch/zookeeper-client-sync.git#ff10407b7b2ef34b727ce4291729f3b8bd676f30"
dependencies = [ dependencies = [
"futures", "futures",
"once_cell", "once_cell",

View File

@ -32,7 +32,7 @@ thiserror = "1.0.40"
time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] } time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] }
uuid = { version = "1.3.1", features = ["serde", "v4"] } uuid = { version = "1.3.1", features = ["serde", "v4"] }
tokio = { version = "1.27.0", features = ["full"] } 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" parking_lot = "0.12.1"
strois = "0.0.4" strois = "0.0.4"

View File

@ -25,4 +25,4 @@ sha2 = "0.10.6"
thiserror = "1.0.40" thiserror = "1.0.40"
time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] } time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] }
uuid = { version = "1.3.1", features = ["serde", "v4"] } uuid = { version = "1.3.1", features = ["serde", "v4"] }
zookeeper-client-sync = { git = "https://github.com/irevoire/zookeeper-client-sync.git" } zookeeper-client-sync = { git = "https://github.com/meilisearch/zookeeper-client-sync.git" }

View File

@ -106,7 +106,7 @@ walkdir = "2.3.3"
yaup = "0.2.1" yaup = "0.2.1"
serde_urlencoded = "0.7.1" serde_urlencoded = "0.7.1"
termcolor = "1.2.0" termcolor = "1.2.0"
zookeeper-client-sync = { git = "https://github.com/irevoire/zookeeper-client-sync.git" } zookeeper-client-sync = { git = "https://github.com/meilisearch/zookeeper-client-sync.git" }
[dev-dependencies] [dev-dependencies]
actix-rt = "2.8.0" actix-rt = "2.8.0"