diff --git a/src/rust/engine/Cargo.lock b/src/rust/engine/Cargo.lock index ecdcd4bcdcf..6f2d52beb5a 100644 --- a/src/rust/engine/Cargo.lock +++ b/src/rust/engine/Cargo.lock @@ -2255,8 +2255,9 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" [[package]] name = "opendal" -version = "0.40.0" -source = "git+https://github.com/apache/incubator-opendal?rev=97bcef60eb0b515bd2442ab5b671080766fa35eb#97bcef60eb0b515bd2442ab5b671080766fa35eb" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e31b48f0af6de5b3b344c1acc1e06c4581dca3e13cd5ba05269927fc2abf953a" dependencies = [ "anyhow", "async-compat", @@ -2822,9 +2823,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51" +checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956" dependencies = [ "memchr", "serde", diff --git a/src/rust/engine/Cargo.toml b/src/rust/engine/Cargo.toml index 3be29c10dce..7064ee37f6a 100644 --- a/src/rust/engine/Cargo.toml +++ b/src/rust/engine/Cargo.toml @@ -258,10 +258,7 @@ notify = { git = "https://github.com/pantsbuild/notify", rev = "276af0f3c5f300bf num_cpus = "1" num_enum = "0.5" once_cell = "1.18" -# TODO: this is waiting for several changes to be released (likely in 0.41): -# https://github.com/apache/incubator-opendal/pull/3163 -# https://github.com/apache/incubator-opendal/pull/3177 -opendal = { git = "https://github.com/apache/incubator-opendal", rev = "97bcef60eb0b515bd2442ab5b671080766fa35eb", default-features = false, features = [ +opendal = { version = "0.41", default-features = false, features = [ "services-memory", "services-fs", "services-ghac",