Skip to content

Commit b9294c1

Browse files
authored
chore: Use tagged version of opendal (#17419)
Signed-off-by: Xuanwo <[email protected]>
1 parent 3c1c34d commit b9294c1

File tree

2 files changed

+25
-23
lines changed

2 files changed

+25
-23
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@ num-derive = "0.3.3"
365365
num-traits = "0.2.19"
366366
num_cpus = "1.13.1"
367367
object = "0.36.5"
368-
object_store_opendal = { version = "0.49.0", package = "object_store_opendal", git = "https://github.com/apache/opendal", rev = "b8a3b7a" }
368+
object_store_opendal = { version = "0.49.1" }
369369
once_cell = "1.15.0"
370370
openai_api_rust = "0.1"
371-
opendal = { version = "0.51.1", package = "opendal", git = "https://github.com/apache/opendal", rev = "b8a3b7a", features = [
371+
opendal = { version = "0.51.2", features = [
372372
"layers-fastrace",
373373
"layers-prometheus-client",
374374
"layers-async-backtrace",

0 commit comments

Comments
 (0)