chore: use official etcd-client (#7432)

Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
LFC
2025-12-18 14:25:48 +08:00
committed by GitHub
parent 72eede8b38
commit 0df69c95aa
2 changed files with 4 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ derive_builder = "0.20"
derive_more = { version = "2.1", features = ["full"] }
dotenv = "0.15"
either = "1.15"
etcd-client = { git = "https://github.com/GreptimeTeam/etcd-client", rev = "f62df834f0cffda355eba96691fe1a9a332b75a7", features = [
etcd-client = { version = "0.16.1", features = [
"tls",
"tls-roots",
] }