diff --git a/Cargo.lock b/Cargo.lock index 1f800949a5..3aa3264286 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/src/object-store/Cargo.toml b/src/object-store/Cargo.toml index 172de52e38..b3b192acf2 100644 --- a/src/object-store/Cargo.toml +++ b/src/object-store/Cargo.toml @@ -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", ] }