Skip to content

Commit

Permalink
⬆️ update opendal to 0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed May 24, 2024
1 parent 95fcbae commit 16aecd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cdviz-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ init-tracing-opentelemetry = { version = "0.18", features = [
"tracing_subscriber_ext",
"logfmt",
] }
opendal = { version = "0.45", default-features = false, features = [
"rustls",
opendal = { version = "0.46", default-features = false, features = [
"services-fs",
"services-s3",
], optional = true }
Expand Down Expand Up @@ -65,7 +64,7 @@ rustainers = "0.12"
tracing-subscriber = "0.3"

[features]
default = ["source_http", "source_opendal", "sink_db"]
default = ["source_http", "source_opendal", "sink_db", "reqwest/rustls"]
sink_db = ["dep:sqlx"]
source_http = ["dep:axum", "dep:axum-tracing-opentelemetry"]
source_opendal = ["dep:opendal", "dep:globset"]
Expand Down

0 comments on commit 16aecd3

Please sign in to comment.