Skip to content

Commit

Permalink
chore: limit OpenDAL's feature gates (#3584)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
  • Loading branch information
waynexia committed Mar 26, 2024
1 parent c2dd113 commit 83c1b48
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/object-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ md5 = "0.7"
moka = { workspace = true, features = ["future"] }
opendal = { version = "0.45", features = [
"layers-tracing",
] }
"rustls",
"services-azblob",
"services-fs",
"services-gcs",
"services-http",
"services-oss",
"services-s3",
], default-features = false }
prometheus.workspace = true
snafu.workspace = true
uuid.workspace = true
Expand All @@ -29,4 +36,5 @@ uuid.workspace = true
anyhow = "1.0"
common-telemetry.workspace = true
common-test-util.workspace = true
opendal = { version = "0.45", features = ["services-memory"] }
tokio.workspace = true

0 comments on commit 83c1b48

Please sign in to comment.