Skip to content

Commit e29bcdf

Browse files
authored
chore: upgrade openraft from from v0.10.0-alpha.9 to v0.10.0-alpha.11 (#18862)
1 parent 68407fe commit e29bcdf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ deltalake = { git = "https://github.com/delta-io/delta-rs", rev = "9954bff" }
659659
display-more = { git = "https://github.com/databendlabs/display-more", tag = "v0.2.0" }
660660
jsonb = { git = "https://github.com/databendlabs/jsonb", rev = "425aae9" }
661661
map-api = { git = "https://github.com/databendlabs/map-api", tag = "v0.4.2" }
662-
openraft = { git = "https://github.com/databendlabs/openraft", tag = "v0.10.0-alpha.9" }
662+
openraft = { git = "https://github.com/databendlabs/openraft", tag = "v0.10.0-alpha.11" }
663663
orc-rust = { git = "https://github.com/datafuse-extras/orc-rust", rev = "d82aa6d" }
664664
recursive = { git = "https://github.com/datafuse-extras/recursive.git", rev = "16e433a" }
665665
sled = { git = "https://github.com/datafuse-extras/sled", tag = "v0.34.7-datafuse.1" }

src/meta/types/src/raft_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ impl RaftTypeConfig for TypeConfig {
4242
type Entry = openraft::entry::Entry<TypeConfig>;
4343
type SnapshotData = DB;
4444
type AsyncRuntime = TokioRuntime;
45-
type Responder = OneshotResponder<TypeConfig>;
45+
type ResponderBuilder = OneshotResponder<TypeConfig>;
4646
}
4747

4848
pub type IOFlushed = openraft::storage::IOFlushed<TypeConfig>;

0 commit comments

Comments
 (0)