Skip to content

Commit 009a5eb

Browse files
authored
chore: Bump opendal to pinned tag version (#17259)
Signed-off-by: Xuanwo <[email protected]>
1 parent 15c2435 commit 009a5eb

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
@@ -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 = { git = "https://github.com/apache/opendal", package = "object_store_opendal", rev = "f7f9990" }
372+
object_store_opendal = { version = "0.49.0" }
373373
once_cell = "1.15.0"
374374
openai_api_rust = "0.1"
375-
opendal = { version = "0.51", git = "https://github.com/apache/opendal", rev = "f7f9990", features = [
375+
opendal = { version = "0.51.1", features = [
376376
"layers-fastrace",
377377
"layers-prometheus-client",
378378
"layers-async-backtrace",

0 commit comments

Comments
 (0)