Skip to content

Commit 0dbf170

Browse files
authored
refactor: replace direct GitHub dependencies with published crates.io versions (#16700)
1 parent 0bd9509 commit 0dbf170

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

โ€ŽCargo.lock

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

โ€ŽCargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ opendal = { version = "0.50.1", features = [
286286
"services-huggingface",
287287
"services-redis",
288288
] }
289-
openraft = { git = "https://github.com/drmingdrmer/openraft", tag = "v0.10.0-alpha.6", features = [
289+
openraft = { version = "0.10.0", features = [
290290
"serde",
291291
"tracing-log",
292292
"loosen-follower-log-revert", # allows removing all data from a follower and restoring from the leader.
@@ -318,7 +318,7 @@ reqwest = { version = "0.12", default-features = false, features = [
318318
"native-tls-alpn",
319319
] }
320320
reqwest-hickory-resolver = "0.1"
321-
rotbl = { git = "https://github.com/drmingdrmer/rotbl", tag = "v0.1.2-alpha.6", features = [] }
321+
rotbl = { version = "0.1.2", features = [] }
322322
rustix = "0.38.37"
323323
semver = "1.0.14"
324324
serde = { version = "1.0.164", features = ["derive", "rc"] }
@@ -533,6 +533,7 @@ deltalake = { git = "https://github.com/delta-io/delta-rs", rev = "3038c145" }
533533
ethnum = { git = "https://github.com/datafuse-extras/ethnum-rs", rev = "4cb05f1" }
534534
jsonb = { git = "https://github.com/databendlabs/jsonb", rev = "ada713c" }
535535
openai_api_rust = { git = "https://github.com/datafuse-extras/openai-api", rev = "819a0ed" }
536+
openraft = { git = "https://github.com/databendlabs/openraft", tag = "v0.10.0-alpha.6" }
536537
orc-rust = { git = "https://github.com/datafusion-contrib/orc-rust", rev = "dfb1ede" }
537538
recursive = { git = "https://github.com/datafuse-extras/recursive.git", rev = "6af35a1" }
538539
sled = { git = "https://github.com/datafuse-extras/sled", tag = "v0.34.7-datafuse.1" }

0 commit comments

Comments
ย (0)