diff --git a/Cargo.lock b/Cargo.lock index c71faae1f3df1..904fb643f3f8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5575,9 +5575,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "opendal" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "005c877c4f788a7749825bbc61031ccc950217fac6bcf9965641fbf1bdf991b0" +checksum = "440f466680e0bc98ea94af95301aab4c69d9720934baec8f46b79a69fdd87cce" dependencies = [ "anyhow", "async-compat", diff --git a/Cargo.toml b/Cargo.toml index 03bb274d1f2d9..9baf8dc77303d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -181,7 +181,7 @@ azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, optional = true } # OpenDAL -opendal = {version = "0.34", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true} +opendal = {version = "0.35", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true} # Tower tower = { version = "0.4.13", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] }