Skip to content

Commit

Permalink
chore: Bump opendal to pinned tag version
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Jan 13, 2025
1 parent 00f4bd2 commit c95bff3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
44 changes: 23 additions & 21 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,10 @@ num-derive = "0.3.3"
num-traits = "0.2.19"
num_cpus = "1.13.1"
object = "0.36.5"
object_store_opendal = { git = "https://github.com/apache/opendal", package = "object_store_opendal", rev = "f7f9990" }
object_store_opendal = { version = "0.49.0" }
once_cell = "1.15.0"
openai_api_rust = "0.1"
opendal = { version = "0.51", git = "https://github.com/apache/opendal", rev = "f7f9990", features = [
opendal = { version = "0.51.1", features = [
"layers-fastrace",
"layers-prometheus-client",
"layers-async-backtrace",
Expand Down

0 comments on commit c95bff3

Please sign in to comment.