Skip to content

Commit a2529db

Browse files
authored
Merge pull request #3685 from drmingdrmer/raft
[common/meta] refactor: move async-raft to datafuselabs/openraft
2 parents 782bf6e + 1a17091 commit a2529db

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/meta/raft-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ common-meta-types = { path = "../types" }
2121
common-tracing = { path = "../../tracing" }
2222

2323
# github deps
24-
async-raft = { git = "https://github.com/datafuse-extras/async-raft", tag = "v0.6.2-alpha.14.1" }
24+
async-raft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.6.2-alpha.14.1" }
2525

2626
# crates.io deps
2727
anyhow = "1.0.51"

common/meta/sled-store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ common-exception = { path = "../../exception" }
1616
common-tracing = { path = "../../tracing" }
1717

1818
anyhow = "1.0.51"
19-
async-raft = { git = "https://github.com/datafuse-extras/async-raft", tag = "v0.6.2-alpha.14.1" }
19+
async-raft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.6.2-alpha.14.1" }
2020
byteorder = "1.4.3"
2121
once_cell = "1.9.0"
2222
serde = { version = "1.0.132", features = ["derive"] }

common/meta/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test = false
1414
common-datavalues = { path = "../../datavalues" }
1515
common-exception = { path = "../../exception" }
1616

17-
async-raft = { git = "https://github.com/datafuse-extras/async-raft", tag = "v0.6.2-alpha.14.1" }
17+
async-raft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.6.2-alpha.14.1" }
1818
derive_more = "0.99.17"
1919
enumflags2 = { version = "0.7.2", features = ["serde"] }
2020
maplit = "1.0.2"

metasrv/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ common-metrics = { path = "../common/metrics" }
4141

4242
# Crates.io dependencies
4343
anyhow = "1.0.51"
44-
async-raft = { git = "https://github.com/datafuse-extras/async-raft", tag = "v0.6.2-alpha.14.1" }
44+
async-raft = { git = "https://github.com/datafuselabs/openraft", tag = "v0.6.2-alpha.14.1" }
4545
async-trait = "0.1.52"
4646
backtrace = "0.3.63"
4747
byteorder = "1.4.3"

0 commit comments

Comments
 (0)