chore: bump opendal to 0.40 (#2465)

This commit is contained in:
Weny Xu
2023-09-21 23:25:23 +09:00
committed by GitHub
parent 40781ec754
commit 6306aeabf0
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -6053,8 +6053,9 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
[[package]]
name = "opendal"
version = "0.39.0"
source = "git+https://github.com/apache/incubator-opendal.git?rev=7d5524f35f29f7eda8131e8b0873590b7cbe34ab#7d5524f35f29f7eda8131e8b0873590b7cbe34ab"
version = "0.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddba7299bab261d3ae2f37617fb7f45b19ed872752bb4e22cf93a69d979366c5"
dependencies = [
"anyhow",
"async-compat",

View File

@@ -11,7 +11,7 @@ futures = { version = "0.3" }
lru = "0.9"
md5 = "0.7"
metrics.workspace = true
opendal = { git = "https://github.com/apache/incubator-opendal.git", rev = "7d5524f35f29f7eda8131e8b0873590b7cbe34ab", features = [
opendal = { version = "0.40", features = [
"layers-tracing",
"layers-metrics",
] }