Skip to content

Commit 6850110

Browse files
authored
chore: Bump opendal to include a fix for gcs (#17290)
Signed-off-by: Xuanwo <[email protected]>
1 parent ab0d1a8 commit 6850110

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.lock

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,10 @@ num-derive = "0.3.3"
369369
num-traits = "0.2.19"
370370
num_cpus = "1.13.1"
371371
object = "0.36.5"
372-
object_store_opendal = { version = "0.49.0" }
372+
object_store_opendal = { version = "0.49.0", package = "object_store_opendal", git = "https://github.com/apache/opendal", rev = "78b6a9f" }
373373
once_cell = "1.15.0"
374374
openai_api_rust = "0.1"
375-
opendal = { version = "0.51.1", features = [
375+
opendal = { version = "0.51.1", package = "opendal", git = "https://github.com/apache/opendal", rev = "78b6a9f", features = [
376376
"layers-fastrace",
377377
"layers-prometheus-client",
378378
"layers-async-backtrace",

0 commit comments

Comments
 (0)