Skip to content

Commit

Permalink
chore: Bump opendal to include a fix for gcs (#17290)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jan 16, 2025
1 parent ab0d1a8 commit 6850110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 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 = { version = "0.49.0" }
object_store_opendal = { version = "0.49.0", package = "object_store_opendal", git = "https://github.com/apache/opendal", rev = "78b6a9f" }
once_cell = "1.15.0"
openai_api_rust = "0.1"
opendal = { version = "0.51.1", features = [
opendal = { version = "0.51.1", package = "opendal", git = "https://github.com/apache/opendal", rev = "78b6a9f", features = [
"layers-fastrace",
"layers-prometheus-client",
"layers-async-backtrace",
Expand Down

0 comments on commit 6850110

Please sign in to comment.