diff --git a/Cargo.lock b/Cargo.lock index 0665afb7f1..733206b43c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7339,8 +7339,9 @@ dependencies = [ [[package]] name = "raft-engine" -version = "0.4.0" -source = "git+https://github.com/tikv/raft-engine.git?rev=22dfb426cd994602b57725ef080287d3e53db479#22dfb426cd994602b57725ef080287d3e53db479" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3bc58d7f3a865d3224bad461e5fbe386b799b2b7eabea43e1da6f11ac725d83f" dependencies = [ "byteorder", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index b2d877faa6..7b65d949f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ paste = "1.0" pin-project = "1.0" prometheus = { version = "0.13.3", features = ["process"] } prost = "0.12" -raft-engine = { git = "https://github.com/tikv/raft-engine.git", rev = "22dfb426cd994602b57725ef080287d3e53db479" } +raft-engine = { version = "0.4.1", no-default-features = true } rand = "0.8" regex = "1.8" regex-automata = { version = "0.2", features = ["transducer"] }