diff --git a/Cargo.lock b/Cargo.lock index 08f9e35ff4c26..4fcad9eb8253c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5552,9 +5552,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "opendal" -version = "0.31.0" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf96af8fd158be23ee9c3a6adb3383a665424cc50b0c68774fe6d1a18892077f" +checksum = "e34a1d6d7b1bfb80850b43609498bf35cfdf90c2724f376ecfde81d991d12f62" dependencies = [ "anyhow", "async-compat", diff --git a/Cargo.toml b/Cargo.toml index 20028244ef1a8..82de1ba40aa31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,7 +183,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.31", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true} +opendal = {version = "0.33", 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"] }