chore: bump raft-engine to 22dfb4 (#2360)

This commit is contained in:
Weny Xu
2023-09-12 20:25:19 +09:00
committed by Ruihang Xia
parent eeecce4623
commit 1a7268186b
2 changed files with 2 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -7284,7 +7284,7 @@ dependencies = [
[[package]]
name = "raft-engine"
version = "0.4.0"
source = "git+https://github.com/tikv/raft-engine.git?rev=571462e36621407b9920465a1a15b8b01b929a7f#571462e36621407b9920465a1a15b8b01b929a7f"
source = "git+https://github.com/tikv/raft-engine.git?rev=22dfb426cd994602b57725ef080287d3e53db479#22dfb426cd994602b57725ef080287d3e53db479"
dependencies = [
"byteorder",
"crc32fast",

View File

@@ -152,8 +152,7 @@ object-store = { path = "src/object-store" }
partition = { path = "src/partition" }
promql = { path = "src/promql" }
query = { path = "src/query" }
# TODO(weny): waits for https://github.com/tikv/raft-engine/pull/335
raft-engine = { git = "https://github.com/tikv/raft-engine.git", rev = "571462e36621407b9920465a1a15b8b01b929a7f" }
raft-engine = { git = "https://github.com/tikv/raft-engine.git", rev = "22dfb426cd994602b57725ef080287d3e53db479" }
script = { path = "src/script" }
servers = { path = "src/servers" }
session = { path = "src/session" }