From c5407b59929a795478daab2381c9d44ef1800808 Mon Sep 17 00:00:00 2001 From: WenyXu Date: Tue, 12 Sep 2023 06:52:03 +0000 Subject: [PATCH] chore: bump raft-engine to 571462e --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 674e88b19c52..2eb4852db6ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7284,7 +7284,7 @@ dependencies = [ [[package]] name = "raft-engine" version = "0.4.0" -source = "git+https://github.com/tikv/raft-engine.git?rev=2da7db2c3db29c517f7345b76a21aace34fb764e#2da7db2c3db29c517f7345b76a21aace34fb764e" +source = "git+https://github.com/tikv/raft-engine.git?rev=571462e36621407b9920465a1a15b8b01b929a7f#571462e36621407b9920465a1a15b8b01b929a7f" dependencies = [ "byteorder", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index c9e61312cb91..c26db0e06854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ 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 = "2da7db2c3db29c517f7345b76a21aace34fb764e" } +raft-engine = { git = "https://github.com/tikv/raft-engine.git", rev = "571462e36621407b9920465a1a15b8b01b929a7f" } script = { path = "src/script" } servers = { path = "src/servers" } session = { path = "src/session" }