chore: update opendal version

Signed-off-by: shuiyisong <xixing.sys@gmail.com>
This commit is contained in:
shuiyisong
2026-04-20 19:25:50 +08:00
parent 73325acfe4
commit 180eab14e9
3 changed files with 800 additions and 150 deletions

946
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -174,7 +174,7 @@ nalgebra = "0.33"
nix = { version = "0.30.1", default-features = false, features = ["event", "fs", "process"] }
notify = "8.0"
num_cpus = "1.16"
object_store_opendal = "0.54"
object_store_opendal = { git = "https://github.com/apache/opendal.git", tag = "v0.56.0-rc.2" }
once_cell = "1.18"
opentelemetry-proto = { version = "0.31", features = [
"gen-tonic",

View File

@@ -21,7 +21,7 @@ derive_builder = { workspace = true, optional = true }
futures.workspace = true
humantime-serde.workspace = true
lazy_static.workspace = true
opendal = { version = "0.54", features = [
opendal = { git = "https://github.com/apache/opendal.git", tag = "v0.56.0-rc.2", features = [
"layers-tracing",
"layers-prometheus",
"services-azblob",