Skip to content

Commit

Permalink
refactor: replace direct GitHub dependencies with published crates.io…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
drmingdrmer committed Oct 28, 2024
1 parent 1aa6dfa commit aab1596
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ opendal = { version = "0.50.1", features = [
"services-redis",
] }
opendal_compat = { version = "1" }
openraft = { git = "https://github.com/drmingdrmer/openraft", tag = "v0.10.0-alpha.6", features = [
openraft = { version = "0.10.0", features = [
"serde",
"tracing-log",
"loosen-follower-log-revert", # allows removing all data from a follower and restoring from the leader.
Expand All @@ -301,7 +301,7 @@ reqwest = { version = "0.12", default-features = false, features = [
"native-tls-alpn",
] }
reqwest-hickory-resolver = "0.1"
rotbl = { git = "https://github.com/drmingdrmer/rotbl", tag = "v0.1.2-alpha.6", features = [] }
rotbl = { version = "0.1.2", features = [] }
semver = "1.0.14"
serde = { version = "1.0.164", features = ["derive", "rc"] }
serde_json = { version = "1.0.85", default-features = false, features = ["preserve_order", "unbounded_depth"] }
Expand Down Expand Up @@ -416,8 +416,10 @@ backtrace = { git = "https://github.com/rust-lang/backtrace-rs.git", rev = "7226
color-eyre = { git = "https://github.com/eyre-rs/eyre.git", rev = "e5d92c3" }
ethnum = { git = "https://github.com/datafuse-extras/ethnum-rs", rev = "4cb05f1" }
jsonb = { git = "https://github.com/databendlabs/jsonb", rev = "ada713c" }
lru-cache = { git = "https://github.com/datafuse-extras/lru-cache", tag = "v0.1.4" }
openai_api_rust = { git = "https://github.com/datafuse-extras/openai-api", rev = "819a0ed" }
opendal_compat = { git = "https://github.com/apache/opendal", rev = "f6e60f6" }
openraft = { git = "https://github.com/databendlabs/openraft", tag = "v0.10.0-alpha.6" }
orc-rust = { git = "https://github.com/datafuse-extras/datafusion-orc", rev = "03372b97" }
recursive = { git = "https://github.com/datafuse-extras/recursive.git", rev = "6af35a1" }
sled = { git = "https://github.com/datafuse-extras/sled", tag = "v0.34.7-datafuse.1" }
Expand Down

0 comments on commit aab1596

Please sign in to comment.