This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch bump-version
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit a22c5826352aebe24c38b312527c175d05b63834
Author: Xuanwo <git...@xuanwo.io>
AuthorDate: Tue Sep 2 18:27:32 2025 +0800

    Bump version to 0.54.1
    
    Signed-off-by: Xuanwo <git...@xuanwo.io>
---
 CHANGELOG.md                                      |  76 ++++
 bin/oay/Cargo.lock                                |   6 +-
 bin/oay/Cargo.toml                                |   2 +-
 bin/oay/DEPENDENCIES.rust.tsv                     |  31 +-
 bin/ofs/Cargo.lock                                |   8 +-
 bin/ofs/Cargo.toml                                |   6 +-
 bin/ofs/DEPENDENCIES.rust.tsv                     |  35 +-
 bin/oli/Cargo.lock                                |   4 +-
 bin/oli/Cargo.toml                                |   2 +-
 bin/oli/DEPENDENCIES.rust.tsv                     |  31 +-
 bindings/c/DEPENDENCIES.rust.tsv                  |   7 +-
 bindings/cpp/DEPENDENCIES.rust.tsv                | 407 ++++++++++------------
 bindings/dotnet/DEPENDENCIES.rust.tsv             |   6 +-
 bindings/haskell/DEPENDENCIES.rust.tsv            |   6 +-
 bindings/java/DEPENDENCIES.rust.tsv               |  10 +-
 bindings/java/pom.xml                             |   2 +-
 bindings/lua/DEPENDENCIES.rust.tsv                |   6 +-
 bindings/nodejs/DEPENDENCIES.rust.tsv             |  29 +-
 bindings/nodejs/npm/darwin-arm64/package.json     |   2 +-
 bindings/nodejs/npm/darwin-x64/package.json       |   2 +-
 bindings/nodejs/npm/linux-arm64-gnu/package.json  |   2 +-
 bindings/nodejs/npm/linux-arm64-musl/package.json |   2 +-
 bindings/nodejs/npm/linux-x64-gnu/package.json    |   2 +-
 bindings/nodejs/npm/linux-x64-musl/package.json   |   2 +-
 bindings/nodejs/npm/win32-arm64-msvc/package.json |   2 +-
 bindings/nodejs/npm/win32-x64-msvc/package.json   |   2 +-
 bindings/nodejs/package.json                      |   2 +-
 bindings/ocaml/DEPENDENCIES.rust.tsv              |   6 +-
 bindings/php/DEPENDENCIES.rust.tsv                |   6 +-
 bindings/python/Cargo.toml                        |   2 +-
 bindings/python/DEPENDENCIES.rust.tsv             |  52 +--
 bindings/ruby/DEPENDENCIES.rust.tsv               |  11 +-
 core/Cargo.lock                                   |   2 +-
 core/Cargo.toml                                   |   2 +-
 core/DEPENDENCIES.rust.tsv                        |  31 +-
 dev/src/release/package.rs                        |  30 +-
 integrations/cloud_filter/Cargo.toml              |   2 +-
 integrations/cloud_filter/DEPENDENCIES.rust.tsv   |   8 +-
 integrations/dav-server/Cargo.toml                |   2 +-
 integrations/dav-server/DEPENDENCIES.rust.tsv     |   9 +-
 integrations/fuse3/Cargo.toml                     |   2 +-
 integrations/fuse3/DEPENDENCIES.rust.tsv          |   9 +-
 integrations/object_store/Cargo.toml              |   2 +-
 integrations/object_store/DEPENDENCIES.rust.tsv   |  10 +-
 integrations/parquet/Cargo.toml                   |   2 +-
 integrations/parquet/DEPENDENCIES.rust.tsv        |   9 +-
 integrations/unftp-sbe/Cargo.toml                 |   2 +-
 integrations/unftp-sbe/DEPENDENCIES.rust.tsv      |   9 +-
 integrations/virtiofs/DEPENDENCIES.rust.tsv       |   7 +-
 49 files changed, 443 insertions(+), 464 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f97988cb8..fbff8b6d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,81 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/).
 
 <!-- Release notes generated with: gh release create v_draft --generate-notes 
--draft -->
 
+## [v0.54.1] - 2025-09-02
+
+### Added
+* feat: Conditional reader for cos by @pmupkin in 
https://github.com/apache/opendal/pull/6424
+* feat: Add project layout for openval by @Xuanwo in 
https://github.com/apache/opendal/pull/6427
+* feat: Add if-not-exists support for copy with azblob as example by @Xuanwo 
in https://github.com/apache/opendal/pull/6447
+* feat(bindings/cpp): enhance Metadata API with comprehensive feature a… by 
@JackDrogon in https://github.com/apache/opendal/pull/6445
+* feat: Add prefetch support for concurrent read by @Xuanwo in 
https://github.com/apache/opendal/pull/6449
+* feat(bindings/cpp): adopt Google C++ Style Guide for API naming by 
@JackDrogon in https://github.com/apache/opendal/pull/6448
+* feat(object_store): Implement copy, rename and return metadata after writing 
by @codephage2020 in https://github.com/apache/opendal/pull/6452
+* feat(object_store): Implement copy_if_not_exists, put_multipart_opts and 
metadata  in GetResult by @codephage2020 in 
https://github.com/apache/opendal/pull/6468
+* chore(deps): add groups for nodejs by @asukaminato0721 in 
https://github.com/apache/opendal/pull/6469
+* feat(bindings/ocaml): add more blocking api for ocaml by @asukaminato0721 in 
https://github.com/apache/opendal/pull/6238
+* fix(bindings/cpp): Add capability to fix failed tests by @asukaminato0721 in 
https://github.com/apache/opendal/pull/6488
+* feat(bindings/cpp): enable user-configurable features for storage services 
by @KinomotoMio in https://github.com/apache/opendal/pull/6503
+* feat(services/oss): add support for security token for Aliyun OSS by 
@cavivie in https://github.com/apache/opendal/pull/6511
+* feat(services/azblob): Add compatibility aliases for Apache Arrow 
object_store by @jackye1995 in https://github.com/apache/opendal/pull/6527
+* feat(services/gcs): add configuration aliases for better Arrow object_store 
compatibility by @jackye1995 in https://github.com/apache/opendal/pull/6526
+* feat(services/s3): add configuration aliases for better Arrow object_store 
compatibility by @jackye1995 in https://github.com/apache/opendal/pull/6524
+* feat: allow using object_store as opendal's backend by @flaneur2020 in 
https://github.com/apache/opendal/pull/6283
+* feat(services/opfs): Add `create_dir` support for OPFS by @crwen in 
https://github.com/apache/opendal/pull/6542
+* feat(bindings/ruby): support file open options by @erickguan in 
https://github.com/apache/opendal/pull/6538
+### Changed
+* refactor(website): remove unused dependencies and update node engine 
requirement by @kingsword09 in https://github.com/apache/opendal/pull/6421
+* refacrtor: Reduce usage of scheme inside raw by @Xuanwo in 
https://github.com/apache/opendal/pull/6457
+* refactor: Migrate etcd service to implement Access directly by @kingsword09 
in https://github.com/apache/opendal/pull/6420
+### Fixed
+* fix(bin/oli): Fix tests when TMPDIR is not /tmp by @XYenon in 
https://github.com/apache/opendal/pull/6429
+* fix: patch futures buffer concurrent by @tisonkun in 
https://github.com/apache/opendal/pull/6442
+* fix(services/oss): unnecessary header 'content-type' are included in the 
get_object request by @honsunrise in https://github.com/apache/opendal/pull/6455
+* fix(services/moka): prevent the weigher from being overwritten by @koushiro 
in https://github.com/apache/opendal/pull/6498
+* fix(services/azblob): Fix azblob base64 validation by @kenwoodjw in 
https://github.com/apache/opendal/pull/6500
+* fix(bindings/nodejs): use value.prefetch instead of value.concurrent for 
prefetch option by @kingsword09 in https://github.com/apache/opendal/pull/6502
+* fix(integrations/object_store): remove redundant into_iter() call by 
@KinomotoMio in https://github.com/apache/opendal/pull/6509
+* fix(bindings/cpp): correct cxx_async namespace attribute by @kingsword09 in 
https://github.com/apache/opendal/pull/6514
+* Fix: make cpp binding build robust by @devillove084 in 
https://github.com/apache/opendal/pull/6460
+* fix: Do not trim trailing slash of name_node by @wForget in 
https://github.com/apache/opendal/pull/6556
+### Docs
+* docs(release): fix CI workflow links for bindings by @kingsword09 in 
https://github.com/apache/opendal/pull/6437
+* docs: Update RFC-5444 Operator From Uri by @Xuanwo in 
https://github.com/apache/opendal/pull/6453
+* docs(core): update docs of building a storage service by @crwen in 
https://github.com/apache/opendal/pull/6554
+### CI
+* ci: remove docker-compose version top-level elements by @kingsword09 in 
https://github.com/apache/opendal/pull/6436
+* ci: Update ci_bindings_zig.yml by @tisonkun in 
https://github.com/apache/opendal/pull/6444
+* ci: enable trust publishing for rust crates by @kingsword09 in 
https://github.com/apache/opendal/pull/6454
+* ci(bindings/cpp): cpp test framework by @asukaminato0721 in 
https://github.com/apache/opendal/pull/6296
+* ci: Use ubuntu-24.04-arm for java release to address glibc issues by @Xuanwo 
in https://github.com/apache/opendal/pull/6486
+* ci: refactor nodejs ci workflow by @kingsword09 in 
https://github.com/apache/opendal/pull/6491
+* ci: update workflow nodejs version and remove corepack by @kingsword09 in 
https://github.com/apache/opendal/pull/6495
+* chore(ci): upgrade 1password/load-secrets-action v3 by @kingsword09 in 
https://github.com/apache/opendal/pull/6517
+* chore: adjust CI workflow names for bindings by @erickguan in 
https://github.com/apache/opendal/pull/6540
+### Chore
+* chore(deps): bump quick-xml from 0.37.5 to 0.38.0 in /bin/oay by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6416
+* chore(deps): bump the http-serialization-utils group in /core with 6 updates 
by @dependabot[bot] in https://github.com/apache/opendal/pull/6414
+* chore: Fix clippy for object_store by @Xuanwo in 
https://github.com/apache/opendal/pull/6422
+* chore(deps): bump the others group across 1 directory with 17 updates by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6432
+* chore(website): upgrade prism-react-renderer to v2.4.1 by @kingsword09 in 
https://github.com/apache/opendal/pull/6433
+* chore(deps): bump tokio from 1.46.1 to 1.47.0 in /bin/oay by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6466
+* chore(deps): bump tokio from 1.46.1 to 1.47.0 in /bin/oli by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6464
+* chore(deps): bump tokio from 1.46.1 to 1.47.0 in /bin/ofs by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6463
+* chore(deps): bump the others group in /core with 2 updates by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6478
+* chore(deps): bump indicatif from 0.17.11 to 0.18.0 in /bin/oli by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6474
+* chore(deps): bump the http-serialization-utils group in /core with 2 updates 
by @dependabot[bot] in https://github.com/apache/opendal/pull/6476
+* chore(deps): bump tokio from 1.46.1 to 1.47.1 in /core in the async-runtime 
group by @dependabot[bot] in https://github.com/apache/opendal/pull/6477
+* chore(bindings/nodejs): upgrade deps napi-rs to 3.0 by @kingsword09 in 
https://github.com/apache/opendal/pull/6482
+* chore: make clippy happy again by @kingsword09 in 
https://github.com/apache/opendal/pull/6493
+* chore(bindings/nodejs): update generated code comments style due to 
napi-derive indentation fix by @kingsword09 in 
https://github.com/apache/opendal/pull/6501
+* feat: expose APIs for ErrorStatus by @tisonkun in 
https://github.com/apache/opendal/pull/6513
+* chore(layers/fastmetrics): upgrade fastmetrics dependency to v0.4 by 
@koushiro in https://github.com/apache/opendal/pull/6534
+* chore(deps-dev): bump crates-llms-txt from 0.0.8 to 0.1.1 in /website by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6548
+* chore(deps): bump logforth from 0.26.1 to 0.27.0 in /bin/oay by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6546
+* chore(deps): bump tempfile from 3.20.0 to 3.21.0 in /bin/oli by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6544
+* chore(deps): update datafusion requirement from 48.0.0 to 49.0.2 in 
/integrations/object_store by @dependabot[bot] in 
https://github.com/apache/opendal/pull/6545
+* chore(deps): bump logforth from 0.26.1 to 0.27.0 in /bin/ofs by 
@dependabot[bot] in https://github.com/apache/opendal/pull/6547
+
 ## [v0.54.0] - 2025-07-14
 
 ### Added
@@ -4706,6 +4781,7 @@ and this project adheres to [Semantic 
Versioning](https://semver.org/).
 
 Hello, OpenDAL!
 
+[v0.54.1]: https://github.com/apache/opendal/compare/v0.54.0...v0.54.1
 [v0.54.0]: https://github.com/apache/opendal/compare/v0.53.3...v0.54.0
 [v0.53.3]: https://github.com/apache/opendal/compare/v0.53.2...v0.53.3
 [v0.53.2]: https://github.com/apache/opendal/compare/v0.53.1...v0.53.2
diff --git a/bin/oay/Cargo.lock b/bin/oay/Cargo.lock
index dcabf3482..4ea2f3e98 100644
--- a/bin/oay/Cargo.lock
+++ b/bin/oay/Cargo.lock
@@ -287,7 +287,7 @@ dependencies = [
 
 [[package]]
 name = "dav-server-opendalfs"
-version = "0.6.2"
+version = "0.6.3"
 dependencies = [
  "anyhow",
  "bytes",
@@ -1055,7 +1055,7 @@ dependencies = [
 
 [[package]]
 name = "oay"
-version = "0.41.22"
+version = "0.41.23"
 dependencies = [
  "anyhow",
  "axum",
@@ -1090,7 +1090,7 @@ checksum = 
"42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 
 [[package]]
 name = "opendal"
-version = "0.54.0"
+version = "0.54.1"
 dependencies = [
  "anyhow",
  "backon",
diff --git a/bin/oay/Cargo.toml b/bin/oay/Cargo.toml
index a451a4289..371de0f4b 100644
--- a/bin/oay/Cargo.toml
+++ b/bin/oay/Cargo.toml
@@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/";
 license = "Apache-2.0"
 repository = "https://github.com/apache/opendal";
 rust-version = "1.82"
-version = "0.41.22"
+version = "0.41.23"
 
 [features]
 default = ["frontends-webdav", "frontends-s3"]
diff --git a/bin/oay/DEPENDENCIES.rust.tsv b/bin/oay/DEPENDENCIES.rust.tsv
index 20087f88a..80bf27556 100644
--- a/bin/oay/DEPENDENCIES.rust.tsv
+++ b/bin/oay/DEPENDENCIES.rust.tsv
@@ -25,7 +25,7 @@ core-foundation-sys@0.8.7             X                       
                                X
 cpufeatures@0.2.17             X                                               
        X                               
 crypto-common@0.1.6            X                                               
        X                               
 dav-server@0.8.0               X                                               
                                        
-dav-server-opendalfs@0.6.2             X                                       
                                                
+dav-server-opendalfs@0.6.3             X                                       
                                                
 deranged@0.4.0         X                                                       
X                               
 derivative@2.2.0               X                                               
        X                               
 digest@0.10.7          X                                                       
X                               
@@ -77,6 +77,7 @@ idna@1.0.3            X                                       
                X
 idna_adapter@1.2.1             X                                               
        X                               
 io-uring@0.7.8         X                                                       
X                               
 ipnet@2.11.0           X                                                       
X                               
+iri-string@0.7.8               X                                               
        X                               
 itoa@1.0.15            X                                                       
X                               
 jiff@0.2.14                                                                    
X                       X       
 jiff-tzdb@0.1.4                                                                
        X                       X       
@@ -88,7 +89,7 @@ linux-raw-sys@0.9.4           X       X                       
                        X
 litemap@0.8.0                                                                  
                X               
 lock_api@0.4.12                X                                               
        X                               
 log@0.4.27             X                                                       
X                               
-logforth@0.26.1                X                                               
                                        
+logforth@0.27.0                X                                               
                                        
 lru@0.14.0                                                                     
X                               
 matchit@0.7.3                          X                                       
X                               
 md-5@0.10.6            X                                                       
X                               
@@ -99,10 +100,10 @@ miniz_oxide@0.8.8          X                               
                        X                               X
 mio@1.0.3                                                                      
X                               
 num-conv@0.1.0         X                                                       
X                               
 num-traits@0.2.19              X                                               
        X                               
-oay@0.41.22            X                                                       
                                
+oay@0.41.23            X                                                       
                                
 object@0.36.7          X                                                       
X                               
 once_cell@1.21.3               X                                               
        X                               
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 parking_lot@0.12.3             X                                               
        X                               
 parking_lot_core@0.9.10                X                                       
                X                               
 percent-encoding@2.3.1         X                                               
        X                               
@@ -115,7 +116,7 @@ portable-atomic-util@0.2.4          X                       
                                X
 potential_utf@0.1.2                                                            
                        X               
 powerfmt@0.2.0         X                                                       
X                               
 proc-macro2@1.0.95             X                                               
        X                               
-quick-xml@0.37.5                                                               
        X                               
+quick-xml@0.38.0                                                               
        X                               
 quote@1.0.40           X                                                       
X                               
 r-efi@5.2.0            X                                               X       
X                               
 redox_syscall@0.5.12                                                           
        X                               
@@ -123,12 +124,11 @@ reflink-copy@0.1.26               X                       
                                X
 regex@1.11.1           X                                                       
X                               
 regex-automata@0.4.9           X                                               
        X                               
 regex-syntax@0.8.5             X                                               
        X                               
-reqwest@0.12.15                X                                               
        X                               
+reqwest@0.12.22                X                                               
        X                               
 ring@0.17.14           X                                       X               
                                
 rustc-demangle@0.1.24          X                                               
        X                               
 rustix@1.0.7           X       X                                               
X                               
 rustls@0.23.27         X                                       X               
X                               
-rustls-pemfile@2.2.0           X                                       X       
        X                               
 rustls-pki-types@1.12.0                X                                       
                X                               
 rustls-webpki@0.103.3                                                  X       
                                        
 rustversion@1.0.20             X                                               
        X                               
@@ -145,6 +145,7 @@ shlex@1.3.0         X                                       
                X
 slab@0.4.9                                                                     
X                               
 smallvec@1.15.0                X                                               
        X                               
 socket2@0.5.9          X                                                       
X                               
+socket2@0.6.0          X                                                       
X                               
 stable_deref_trait@1.2.0               X                                       
                X                               
 subtle@2.6.1                           X                                       
                                
 syn@1.0.109            X                                                       
X                               
@@ -155,7 +156,7 @@ time@0.3.41         X                                       
                X
 time-core@0.1.4                X                                               
        X                               
 time-macros@0.2.22             X                                               
        X                               
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
X                               
+tokio@1.47.0                                                                   
X                               
 tokio-macros@2.5.0                                                             
        X                               
 tokio-rustls@0.26.2            X                                               
        X                               
 tokio-util@0.7.15                                                              
        X                               
@@ -164,6 +165,7 @@ toml_datetime@0.7.0         X                               
                        X
 toml_parser@1.0.1              X                                               
        X                               
 toml_writer@1.0.2              X                                               
        X                               
 tower@0.5.2                                                                    
X                               
+tower-http@0.6.6                                                               
        X                               
 tower-layer@0.3.3                                                              
        X                               
 tower-service@0.3.3                                                            
        X                               
 tracing@0.1.41                                                                 
X                               
@@ -175,7 +177,7 @@ unicode-ident@1.0.18                X                       
                                X               X
 untrusted@0.9.0                                                        X       
                                        
 url@2.5.4              X                                                       
X                               
 utf8_iter@1.0.4                X                                               
        X                               
-uuid@1.16.0            X                                                       
X                               
+uuid@1.17.0            X                                                       
X                               
 version_check@0.9.5            X                                               
        X                               
 want@0.3.1                                                                     
X                               
 wasi@0.11.0+wasi-snapshot-preview1             X       X                       
                        X                               
@@ -198,31 +200,20 @@ windows-implement@0.60.0          X                       
                                X
 windows-interface@0.59.1               X                                       
                X                               
 windows-link@0.1.1             X                                               
        X                               
 windows-numerics@0.2.0         X                                               
        X                               
-windows-registry@0.4.0         X                                               
        X                               
 windows-result@0.3.4           X                                               
        X                               
-windows-strings@0.3.1          X                                               
        X                               
 windows-strings@0.4.2          X                                               
        X                               
 windows-sys@0.52.0             X                                               
        X                               
 windows-sys@0.59.0             X                                               
        X                               
 windows-targets@0.52.6         X                                               
        X                               
-windows-targets@0.53.0         X                                               
        X                               
 windows-threading@0.1.0                X                                       
                X                               
 windows_aarch64_gnullvm@0.52.6         X                                       
                X                               
-windows_aarch64_gnullvm@0.53.0         X                                       
                X                               
 windows_aarch64_msvc@0.52.6            X                                       
                X                               
-windows_aarch64_msvc@0.53.0            X                                       
                X                               
 windows_i686_gnu@0.52.6                X                                       
                X                               
-windows_i686_gnu@0.53.0                X                                       
                X                               
 windows_i686_gnullvm@0.52.6            X                                       
                X                               
-windows_i686_gnullvm@0.53.0            X                                       
                X                               
 windows_i686_msvc@0.52.6               X                                       
                X                               
-windows_i686_msvc@0.53.0               X                                       
                X                               
 windows_x86_64_gnu@0.52.6              X                                       
                X                               
-windows_x86_64_gnu@0.53.0              X                                       
                X                               
 windows_x86_64_gnullvm@0.52.6          X                                       
                X                               
-windows_x86_64_gnullvm@0.53.0          X                                       
                X                               
 windows_x86_64_msvc@0.52.6             X                                       
                X                               
-windows_x86_64_msvc@0.53.0             X                                       
                X                               
 winnow@0.7.10                                                                  
X                               
 wit-bindgen-rt@0.39.0          X       X                                       
        X                               
 writeable@0.6.1                                                                
                        X               
diff --git a/bin/ofs/Cargo.lock b/bin/ofs/Cargo.lock
index 1266f979a..eedd7acf2 100644
--- a/bin/ofs/Cargo.lock
+++ b/bin/ofs/Cargo.lock
@@ -283,7 +283,7 @@ dependencies = [
 
 [[package]]
 name = "cloud_filter_opendal"
-version = "0.0.11"
+version = "0.0.12"
 dependencies = [
  "anyhow",
  "bincode",
@@ -515,7 +515,7 @@ dependencies = [
 
 [[package]]
 name = "fuse3_opendal"
-version = "0.0.18"
+version = "0.0.19"
 dependencies = [
  "bytes",
  "fuse3",
@@ -1188,7 +1188,7 @@ dependencies = [
 
 [[package]]
 name = "ofs"
-version = "0.0.23"
+version = "0.0.24"
 dependencies = [
  "anyhow",
  "clap",
@@ -1216,7 +1216,7 @@ checksum = 
"42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 
 [[package]]
 name = "opendal"
-version = "0.54.0"
+version = "0.54.1"
 dependencies = [
  "anyhow",
  "backon",
diff --git a/bin/ofs/Cargo.toml b/bin/ofs/Cargo.toml
index bdd98d743..1992782ea 100644
--- a/bin/ofs/Cargo.toml
+++ b/bin/ofs/Cargo.toml
@@ -20,7 +20,7 @@ categories = ["filesystem"]
 description = "OpenDAL File System"
 keywords = ["storage", "data", "s3", "fs", "azblob"]
 name = "ofs"
-version = "0.0.23"
+version = "0.0.24"
 
 authors = ["Apache OpenDAL <d...@opendal.apache.org>"]
 edition = "2021"
@@ -46,13 +46,13 @@ url = { version = "2.5.4" }
 
 [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = 
"macos"))'.dependencies]
 fuse3 = { version = "0.8.1", "features" = ["tokio-runtime", "unprivileged"] }
-fuse3_opendal = { version = "0.0.18", path = "../../integrations/fuse3" }
+fuse3_opendal = { version = "0.0.19", path = "../../integrations/fuse3" }
 libc = "0.2.154"
 nix = { version = "0.30.1", features = ["user"] }
 
 [target.'cfg(target_os = "windows")'.dependencies]
 cloud-filter = { version = "0.0.5" }
-cloud_filter_opendal = { version = "0.0.11", path = 
"../../integrations/cloud_filter" }
+cloud_filter_opendal = { version = "0.0.12", path = 
"../../integrations/cloud_filter" }
 
 [features]
 default = ["services-fs", "services-s3"]
diff --git a/bin/ofs/DEPENDENCIES.rust.tsv b/bin/ofs/DEPENDENCIES.rust.tsv
index 96fe8a849..9f4e9139b 100644
--- a/bin/ofs/DEPENDENCIES.rust.tsv
+++ b/bin/ofs/DEPENDENCIES.rust.tsv
@@ -30,7 +30,7 @@ clap_builder@4.5.40           X                               
                                X
 clap_derive@4.5.40             X                                               
                X                       
 clap_lex@0.7.4         X                                                       
        X                       
 cloud-filter@0.0.5                                                             
                X                       
-cloud_filter_opendal@0.0.11            X                                       
                                                
+cloud_filter_opendal@0.0.12            X                                       
                                                
 colorchoice@1.0.3              X                                               
                X                       
 concurrent-queue@2.5.0         X                                               
                X                       
 const-oid@0.9.6                X                                               
                X                       
@@ -52,7 +52,7 @@ flagset@0.4.7         X
 fnv@1.0.7              X                                                       
        X                       
 form_urlencoded@1.2.1          X                                               
                X                       
 fuse3@0.8.1                                                                    
        X                       
-fuse3_opendal@0.0.18           X                                               
                                        
+fuse3_opendal@0.0.19           X                                               
                                        
 futures@0.3.31         X                                                       
        X                       
 futures-channel@0.3.31         X                                               
                X                       
 futures-core@0.3.31            X                                               
                X                       
@@ -91,6 +91,7 @@ idna@1.0.3            X                                       
                        X
 idna_adapter@1.2.1             X                                               
                X                       
 io-uring@0.7.8         X                                                       
        X                       
 ipnet@2.11.0           X                                                       
        X                       
+iri-string@0.7.8               X                                               
                X                       
 is_terminal_polyfill@1.70.1            X                                       
                        X                       
 itoa@1.0.15            X                                                       
        X                       
 jiff@0.2.14                                                                    
        X               X       
@@ -102,11 +103,10 @@ libc@0.2.172              X                               
                                X
 linux-raw-sys@0.4.15           X       X                                       
                X                       
 litemap@0.8.0                                                                  
                X               
 log@0.4.27             X                                                       
        X                       
-logforth@0.26.1                X                                               
                                        
+logforth@0.27.0                X                                               
                                        
 md-5@0.10.6            X                                                       
        X                       
 memchr@2.7.4                                                                   
        X               X       
 memoffset@0.9.1                                                                
                X                       
-mime@0.3.17            X                                                       
        X                       
 miniz_oxide@0.8.8              X                                               
                X                       X
 mio@1.0.3                                                                      
        X                       
 nix@0.29.0                                                                     
        X                       
@@ -115,9 +115,9 @@ nt-time@0.8.1               X                               
                                X
 num-conv@0.1.0         X                                                       
        X                       
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
-ofs@0.0.23             X                                                       
                                
+ofs@0.0.24             X                                                       
                                
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 parking@2.2.1          X                                                       
        X                       
 percent-encoding@2.3.1         X                                               
                X                       
 pin-project-lite@0.2.16                X                                       
                        X                       
@@ -129,6 +129,7 @@ powerfmt@0.2.0              X                               
                                X
 ppv-lite86@0.2.21              X                                               
                X                       
 proc-macro2@1.0.95             X                                               
                X                       
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.0                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.2.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
@@ -137,14 +138,13 @@ rand_core@0.6.4           X                               
                                X
 regex@1.11.1           X                                                       
        X                       
 regex-automata@0.4.9           X                                               
                X                       
 regex-syntax@0.8.5             X                                               
                X                       
-reqsign@0.16.3         X                                                       
                                
-reqwest@0.12.15                X                                               
                X                       
+reqsign@0.16.5         X                                                       
                                
+reqwest@0.12.22                X                                               
                X                       
 ring@0.17.14           X                                               X       
                                
 rustc-demangle@0.1.24          X                                               
                X                       
 rustc_version@0.4.1            X                                               
                X                       
 rustix@0.38.44         X       X                                               
        X                       
 rustls@0.23.27         X                                               X       
        X                       
-rustls-pemfile@2.2.0           X                                               
X               X                       
 rustls-pki-types@1.12.0                X                                       
                        X                       
 rustls-webpki@0.103.3                                                          
X                                       
 rustversion@1.0.20             X                                               
                X                       
@@ -162,6 +162,7 @@ signal-hook-registry@1.4.5          X                       
                                        X
 slab@0.4.9                                                                     
        X                       
 smallvec@1.15.0                X                                               
                X                       
 socket2@0.5.9          X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 stable_deref_trait@1.2.0               X                                       
                        X                       
 strsim@0.11.1                                                                  
        X                       
 subtle@2.6.1                                   X                               
                                
@@ -172,11 +173,12 @@ time@0.3.41               X                               
                                X
 time-core@0.1.4                X                                               
                X                       
 time-macros@0.2.22             X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.0                                                                   
        X                       
 tokio-macros@2.5.0                                                             
                X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
 tower@0.5.2                                                                    
        X                       
+tower-http@0.6.6                                                               
                X                       
 tower-layer@0.3.3                                                              
                X                       
 tower-service@0.3.3                                                            
                X                       
 tracing@0.1.41                                                                 
        X                       
@@ -190,7 +192,7 @@ untrusted@0.9.0                                             
                X
 url@2.5.4              X                                                       
        X                       
 utf8_iter@1.0.4                X                                               
                X                       
 utf8parse@0.2.2                X                                               
                X                       
-uuid@1.16.0            X                                                       
        X                       
+uuid@1.17.0            X                                                       
        X                       
 version_check@0.9.5            X                                               
                X                       
 want@0.3.1                                                                     
        X                       
 wasi@0.11.0+wasi-snapshot-preview1             X       X                       
                                X                       
@@ -215,32 +217,21 @@ windows-implement@0.60.0          X                       
                                        X
 windows-interface@0.58.0               X                                       
                        X                       
 windows-interface@0.59.1               X                                       
                        X                       
 windows-link@0.1.1             X                                               
                X                       
-windows-registry@0.4.0         X                                               
                X                       
 windows-result@0.2.0           X                                               
                X                       
 windows-result@0.3.4           X                                               
                X                       
 windows-strings@0.1.0          X                                               
                X                       
-windows-strings@0.3.1          X                                               
                X                       
 windows-strings@0.4.2          X                                               
                X                       
 windows-sys@0.52.0             X                                               
                X                       
 windows-sys@0.59.0             X                                               
                X                       
 windows-targets@0.52.6         X                                               
                X                       
-windows-targets@0.53.0         X                                               
                X                       
 windows_aarch64_gnullvm@0.52.6         X                                       
                        X                       
-windows_aarch64_gnullvm@0.53.0         X                                       
                        X                       
 windows_aarch64_msvc@0.52.6            X                                       
                        X                       
-windows_aarch64_msvc@0.53.0            X                                       
                        X                       
 windows_i686_gnu@0.52.6                X                                       
                        X                       
-windows_i686_gnu@0.53.0                X                                       
                        X                       
 windows_i686_gnullvm@0.52.6            X                                       
                        X                       
-windows_i686_gnullvm@0.53.0            X                                       
                        X                       
 windows_i686_msvc@0.52.6               X                                       
                        X                       
-windows_i686_msvc@0.53.0               X                                       
                        X                       
 windows_x86_64_gnu@0.52.6              X                                       
                        X                       
-windows_x86_64_gnu@0.53.0              X                                       
                        X                       
 windows_x86_64_gnullvm@0.52.6          X                                       
                        X                       
-windows_x86_64_gnullvm@0.53.0          X                                       
                        X                       
 windows_x86_64_msvc@0.52.6             X                                       
                        X                       
-windows_x86_64_msvc@0.53.0             X                                       
                        X                       
 winsafe@0.0.19                                                                 
        X                       
 wit-bindgen-rt@0.39.0          X       X                                       
                X                       
 writeable@0.6.1                                                                
                        X               
diff --git a/bin/oli/Cargo.lock b/bin/oli/Cargo.lock
index 84de312d6..12f1eda3b 100644
--- a/bin/oli/Cargo.lock
+++ b/bin/oli/Cargo.lock
@@ -1352,7 +1352,7 @@ dependencies = [
 
 [[package]]
 name = "oli"
-version = "0.41.22"
+version = "0.41.23"
 dependencies = [
  "anyhow",
  "assert_cmd",
@@ -1387,7 +1387,7 @@ checksum = 
"42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 
 [[package]]
 name = "opendal"
-version = "0.54.0"
+version = "0.54.1"
 dependencies = [
  "anyhow",
  "backon",
diff --git a/bin/oli/Cargo.toml b/bin/oli/Cargo.toml
index cef313085..70a94e381 100644
--- a/bin/oli/Cargo.toml
+++ b/bin/oli/Cargo.toml
@@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/";
 license = "Apache-2.0"
 repository = "https://github.com/apache/opendal";
 rust-version = "1.82"
-version = "0.41.22"
+version = "0.41.23"
 
 [dependencies]
 anyhow = { version = "1.0" }
diff --git a/bin/oli/DEPENDENCIES.rust.tsv b/bin/oli/DEPENDENCIES.rust.tsv
index d87786592..4cc3d7f18 100644
--- a/bin/oli/DEPENDENCIES.rust.tsv
+++ b/bin/oli/DEPENDENCIES.rust.tsv
@@ -32,7 +32,7 @@ clap_builder@4.5.38           X                               
                                X
 clap_derive@4.5.32             X                                               
                X                               
 clap_lex@0.7.4         X                                                       
        X                               
 colorchoice@1.0.3              X                                               
                X                               
-console@0.15.11                                                                
                X                               
+console@0.16.0                                                                 
        X                               
 const-oid@0.9.6                X                                               
                X                               
 core-foundation-sys@0.8.7              X                                       
                        X                               
 cpufeatures@0.2.17             X                                               
                X                               
@@ -90,10 +90,11 @@ icu_properties_data@2.0.1                                   
                                                        X
 icu_provider@2.0.0                                                             
                                X               
 idna@1.0.3             X                                                       
        X                               
 idna_adapter@1.2.1             X                                               
                X                               
-indicatif@0.17.11                                                              
                X                               
+indicatif@0.18.0                                                               
                X                               
 inout@0.1.4            X                                                       
        X                               
 io-uring@0.7.8         X                                                       
        X                               
 ipnet@2.11.0           X                                                       
        X                               
+iri-string@0.7.8               X                                               
                X                               
 is_terminal_polyfill@1.70.1            X                                       
                        X                               
 itertools@0.14.0               X                                               
                X                               
 itoa@1.0.15            X                                                       
        X                               
@@ -109,7 +110,6 @@ lock_api@0.4.12             X                               
                                X
 log@0.4.27             X                                                       
        X                               
 md-5@0.10.6            X                                                       
        X                               
 memchr@2.7.4                                                                   
        X                       X       
-mime@0.3.17            X                                                       
        X                               
 miniz_oxide@0.8.8              X                                               
                X                               X
 mio@1.0.3                                                                      
        X                               
 num-bigint@0.4.6               X                                               
                X                               
@@ -118,11 +118,10 @@ num-conv@0.1.0            X                               
                                X
 num-integer@0.1.46             X                                               
                X                               
 num-iter@0.1.45                X                                               
                X                               
 num-traits@0.2.19              X                                               
                X                               
-number_prefix@0.4.0                                                            
                X                               
 object@0.36.7          X                                                       
        X                               
-oli@0.41.22            X                                                       
                                        
+oli@0.41.23            X                                                       
                                        
 once_cell@1.21.3               X                                               
                X                               
-opendal@0.54.0         X                                                       
                                        
+opendal@0.54.1         X                                                       
                                        
 option-ext@0.2.0                                                               
                        X                       
 parking_lot@0.12.3             X                                               
                X                               
 parking_lot_core@0.9.10                X                                       
                        X                               
@@ -145,6 +144,7 @@ proc-macro2@1.0.95          X                               
                                X
 prost@0.13.5           X                                                       
                                        
 prost-derive@0.13.5            X                                               
                                                
 quick-xml@0.37.5                                                               
                X                               
+quick-xml@0.38.0                                                               
                X                               
 quote@1.0.40           X                                                       
        X                               
 r-efi@5.2.0            X                                                       
X       X                               
 rand@0.8.5             X                                                       
        X                               
@@ -152,15 +152,14 @@ rand_chacha@0.3.1         X                               
                                X
 rand_core@0.6.4                X                                               
                X                               
 redox_syscall@0.5.12                                                           
                X                               
 redox_users@0.5.0                                                              
                X                               
-reqsign@0.16.3         X                                                       
                                        
-reqwest@0.12.15                X                                               
                X                               
+reqsign@0.16.5         X                                                       
                                        
+reqwest@0.12.22                X                                               
                X                               
 ring@0.17.14           X                                               X       
                                        
 rsa@0.9.8              X                                                       
        X                               
 rustc-demangle@0.1.24          X                                               
                X                               
 rustc_version@0.4.1            X                                               
                X                               
 rustix@1.0.7           X       X                                               
        X                               
 rustls@0.23.27         X                                               X       
        X                               
-rustls-pemfile@2.2.0           X                                               
X               X                               
 rustls-pki-types@1.12.0                X                                       
                        X                               
 rustls-webpki@0.103.3                                                          
X                                               
 rustversion@1.0.20             X                                               
                X                               
@@ -183,6 +182,7 @@ simple_asn1@0.6.3                                           
                X
 slab@0.4.9                                                                     
        X                               
 smallvec@1.15.0                X                                               
                X                               
 socket2@0.5.9          X                                                       
        X                               
+socket2@0.6.0          X                                                       
        X                               
 spin@0.9.8                                                                     
        X                               
 spki@0.7.3             X                                                       
        X                               
 stable_deref_trait@1.2.0               X                                       
                        X                               
@@ -191,14 +191,14 @@ subtle@2.6.1                                      X
 syn@2.0.101            X                                                       
        X                               
 sync_wrapper@1.0.2             X                                               
                                                
 synstructure@0.13.2                                                            
                X                               
-tempfile@3.20.0                X                                               
                X                               
+tempfile@3.21.0                X                                               
                X                               
 thiserror@2.0.12               X                                               
                X                               
 thiserror-impl@2.0.12          X                                               
                X                               
 time@0.3.41            X                                                       
        X                               
 time-core@0.1.4                X                                               
                X                               
 time-macros@0.2.22             X                                               
                X                               
 tinystr@0.8.1                                                                  
                        X               
-tokio@1.46.1                                                                   
        X                               
+tokio@1.47.0                                                                   
        X                               
 tokio-macros@2.5.0                                                             
                X                               
 tokio-rustls@0.26.2            X                                               
                X                               
 tokio-util@0.7.15                                                              
                X                               
@@ -207,6 +207,7 @@ toml_datetime@0.7.0         X                               
                                X
 toml_parser@1.0.1              X                                               
                X                               
 toml_writer@1.0.2              X                                               
                X                               
 tower@0.5.2                                                                    
        X                               
+tower-http@0.6.6                                                               
                X                               
 tower-layer@0.3.3                                                              
                X                               
 tower-service@0.3.3                                                            
                X                               
 tracing@0.1.41                                                                 
        X                               
@@ -215,6 +216,7 @@ try-lock@0.2.5                                              
                                X
 typenum@1.18.0         X                                                       
        X                               
 unicode-ident@1.0.18           X                                               
                X               X               
 unicode-width@0.2.0            X                                               
                X                               
+unit-prefix@0.5.1                                                              
                X                               
 untrusted@0.9.0                                                                
X                                               
 url@2.5.4              X                                                       
        X                               
 utf8_iter@1.0.4                X                                               
                X                               
@@ -238,15 +240,14 @@ webpki-roots@1.0.0                                        
                X
 windows-core@0.61.2            X                                               
                X                               
 windows-implement@0.60.0               X                                       
                        X                               
 windows-interface@0.59.1               X                                       
                        X                               
-windows-link@0.1.1             X                                               
                X                               
-windows-registry@0.4.0         X                                               
                X                               
+windows-link@0.1.3             X                                               
                X                               
 windows-result@0.3.4           X                                               
                X                               
-windows-strings@0.3.1          X                                               
                X                               
 windows-strings@0.4.2          X                                               
                X                               
 windows-sys@0.52.0             X                                               
                X                               
 windows-sys@0.59.0             X                                               
                X                               
+windows-sys@0.60.2             X                                               
                X                               
 windows-targets@0.52.6         X                                               
                X                               
-windows-targets@0.53.0         X                                               
                X                               
+windows-targets@0.53.3         X                                               
                X                               
 windows_aarch64_gnullvm@0.52.6         X                                       
                        X                               
 windows_aarch64_gnullvm@0.53.0         X                                       
                        X                               
 windows_aarch64_msvc@0.52.6            X                                       
                        X                               
diff --git a/bindings/c/DEPENDENCIES.rust.tsv b/bindings/c/DEPENDENCIES.rust.tsv
index 41ae6c573..8d34766b1 100644
--- a/bindings/c/DEPENDENCIES.rust.tsv
+++ b/bindings/c/DEPENDENCIES.rust.tsv
@@ -79,7 +79,7 @@ mio@1.0.4                                                     
                X
 num-traits@0.2.19              X                                               
        X                               
 object@0.36.7          X                                                       
X                               
 once_cell@1.21.3               X                                               
        X                               
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 opendal-c@0.0.0                X                                               
                                        
 os_str_bytes@6.6.1             X                                               
        X                               
 percent-encoding@2.3.1         X                                               
        X                               
@@ -87,7 +87,7 @@ pin-project-lite@0.2.16               X                       
                                X
 pin-utils@0.1.0                X                                               
        X                               
 potential_utf@0.1.2                                                            
                        X               
 proc-macro2@1.0.95             X                                               
        X                               
-quick-xml@0.37.5                                                               
        X                               
+quick-xml@0.38.3                                                               
        X                               
 quote@1.0.40           X                                                       
X                               
 r-efi@5.3.0            X                                               X       
X                               
 reqwest@0.12.22                X                                               
        X                               
@@ -107,6 +107,7 @@ shlex@1.3.0         X                                       
                X
 slab@0.4.10                                                                    
X                               
 smallvec@1.15.1                X                                               
        X                               
 socket2@0.5.10         X                                                       
X                               
+socket2@0.6.0          X                                                       
X                               
 stable_deref_trait@1.2.0               X                                       
                X                               
 strsim@0.10.0                                                                  
X                               
 subtle@2.6.1                           X                                       
                                
@@ -118,7 +119,7 @@ tempfile@3.20.0             X                               
                        X
 termcolor@1.4.1                                                                
        X                       X       
 textwrap@0.16.2                                                                
        X                               
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
X                               
+tokio@1.47.1                                                                   
X                               
 tokio-macros@2.5.0                                                             
        X                               
 tokio-rustls@0.26.2            X                                               
        X                               
 tokio-util@0.7.15                                                              
        X                               
diff --git a/bindings/cpp/DEPENDENCIES.rust.tsv 
b/bindings/cpp/DEPENDENCIES.rust.tsv
index 43c534db1..74c3f5313 100644
--- a/bindings/cpp/DEPENDENCIES.rust.tsv
+++ b/bindings/cpp/DEPENDENCIES.rust.tsv
@@ -1,232 +1,175 @@
-crate  0BSD    Apache-2.0      Apache-2.0 WITH LLVM-exception  BSD-2-Clause    
BSD-3-Clause    BSL-1.0 CDLA-Permissive-2.0     ISC     LGPL-2.1-or-later       
MIT     Unicode-3.0     Unlicense       Zlib
-addr2line@0.24.2               X                                               
                X                       
-adler2@2.0.1   X       X                                                       
        X                       
-aes@0.8.4              X                                                       
        X                       
-android-tzdata@0.1.1           X                                               
                X                       
-android_system_properties@0.1.5                X                               
                                X                       
-anyhow@1.0.98          X                                                       
        X                       
-async-trait@0.1.88             X                                               
                X                       
-autocfg@1.5.0          X                                                       
        X                       
-backon@1.5.1           X                                                       
                                
-backtrace@0.3.75               X                                               
                X                       
-base64@0.22.1          X                                                       
        X                       
-base64ct@1.8.0         X                                                       
        X                       
-bitflags@2.9.1         X                                                       
        X                       
-block-buffer@0.10.4            X                                               
                X                       
-block-padding@0.3.3            X                                               
                X                       
-bumpalo@3.19.0         X                                                       
        X                       
-byteorder@1.5.0                                                                
                X               X       
-bytes@1.10.1                                                                   
        X                       
-cbc@0.1.2              X                                                       
        X                       
-cc@1.2.29              X                                                       
        X                       
-cfg-if@1.0.1           X                                                       
        X                       
-chrono@0.4.41          X                                                       
        X                       
-cipher@0.4.4           X                                                       
        X                       
-codespan-reporting@0.12.0              X                                       
                                                
-const-oid@0.9.6                X                                               
                X                       
-core-foundation-sys@0.8.7              X                                       
                        X                       
-cpufeatures@0.2.17             X                                               
                X                       
-crc32c@0.6.8           X                                                       
        X                       
-crypto-common@0.1.6            X                                               
                X                       
-cxx@1.0.160            X                                                       
        X                       
-cxx-build@1.0.160              X                                               
                X                       
-cxxbridge-flags@1.0.160                X                                       
                        X                       
-cxxbridge-macro@1.0.160                X                                       
                        X                       
-der@0.7.10             X                                                       
        X                       
-deranged@0.4.0         X                                                       
        X                       
-digest@0.10.7          X                                                       
        X                       
-displaydoc@0.2.5               X                                               
                X                       
-either@1.15.0          X                                                       
        X                       
-equivalent@1.0.2               X                                               
                X                       
-fastrand@2.3.0         X                                                       
        X                       
-fnv@1.0.7              X                                                       
        X                       
-foldhash@0.1.5                                                                 
                                X
-form_urlencoded@1.2.1          X                                               
                X                       
-futures@0.3.31         X                                                       
        X                       
-futures-channel@0.3.31         X                                               
                X                       
-futures-core@0.3.31            X                                               
                X                       
-futures-executor@0.3.31                X                                       
                        X                       
-futures-io@0.3.31              X                                               
                X                       
-futures-macro@0.3.31           X                                               
                X                       
-futures-sink@0.3.31            X                                               
                X                       
-futures-task@0.3.31            X                                               
                X                       
-futures-util@0.3.31            X                                               
                X                       
-generic-array@0.14.7                                                           
                X                       
-getrandom@0.2.16               X                                               
                X                       
-getrandom@0.3.3                X                                               
                X                       
-ghac@0.2.0             X                                                       
                                
-gimli@0.31.1           X                                                       
        X                       
-gloo-timers@0.3.0              X                                               
                X                       
-hashbrown@0.15.4               X                                               
                X                       
-hex@0.4.3              X                                                       
        X                       
-hmac@0.12.1            X                                                       
        X                       
-home@0.5.11            X                                                       
        X                       
-http@1.3.1             X                                                       
        X                       
-http-body@1.0.1                                                                
                X                       
-http-body-util@0.1.3                                                           
                X                       
-httparse@1.10.1                X                                               
                X                       
-hyper@1.6.0                                                                    
        X                       
-hyper-rustls@0.27.7            X                                               
X               X                       
-hyper-util@0.1.15                                                              
                X                       
-iana-time-zone@0.1.63          X                                               
                X                       
-iana-time-zone-haiku@0.1.2             X                                       
                        X                       
-icu_collections@2.0.0                                                          
                        X               
-icu_locale_core@2.0.0                                                          
                        X               
-icu_normalizer@2.0.0                                                           
                        X               
-icu_normalizer_data@2.0.0                                                      
                                X               
-icu_properties@2.0.1                                                           
                        X               
-icu_properties_data@2.0.1                                                      
                                X               
-icu_provider@2.0.0                                                             
                        X               
-idna@1.0.3             X                                                       
        X                       
-idna_adapter@1.2.1             X                                               
                X                       
-indexmap@2.10.0                X                                               
                X                       
-inout@0.1.4            X                                                       
        X                       
-io-uring@0.7.8         X                                                       
        X                       
-ipnet@2.11.0           X                                                       
        X                       
-iri-string@0.7.8               X                                               
                X                       
-itertools@0.14.0               X                                               
                X                       
-itoa@1.0.15            X                                                       
        X                       
-js-sys@0.3.77          X                                                       
        X                       
-jsonwebtoken@9.3.1                                                             
                X                       
-lazy_static@1.5.0              X                                               
                X                       
-libc@0.2.174           X                                                       
        X                       
-libm@0.2.15                                                                    
        X                       
-link-cplusplus@1.0.10          X                                               
                X                       
-litemap@0.8.0                                                                  
                X               
-log@0.4.27             X                                                       
        X                       
-md-5@0.10.6            X                                                       
        X                       
-memchr@2.7.5                                                                   
        X               X       
-miniz_oxide@0.8.9              X                                               
                X                       X
-mio@1.0.4                                                                      
        X                       
-num-bigint@0.4.6               X                                               
                X                       
-num-bigint-dig@0.8.4           X                                               
                X                       
-num-conv@0.1.0         X                                                       
        X                       
-num-integer@0.1.46             X                                               
                X                       
-num-iter@0.1.45                X                                               
                X                       
-num-traits@0.2.19              X                                               
                X                       
-object@0.36.7          X                                                       
        X                       
-once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
-opendal-cpp@0.0.0              X                                               
                                        
-pbkdf2@0.12.2          X                                                       
        X                       
-pem@3.0.5                                                                      
        X                       
-pem-rfc7468@0.7.0              X                                               
                X                       
-percent-encoding@2.3.1         X                                               
                X                       
-pin-project-lite@0.2.16                X                                       
                        X                       
-pin-utils@0.1.0                X                                               
                X                       
-pkcs1@0.7.5            X                                                       
        X                       
-pkcs5@0.7.1            X                                                       
        X                       
-pkcs8@0.10.2           X                                                       
        X                       
-potential_utf@0.1.2                                                            
                        X               
-powerfmt@0.2.0         X                                                       
        X                       
-ppv-lite86@0.2.21              X                                               
                X                       
-proc-macro2@1.0.95             X                                               
                X                       
-prost@0.13.5           X                                                       
                                
-prost-derive@0.13.5            X                                               
                                        
-quick-xml@0.37.5                                                               
                X                       
-quote@1.0.40           X                                                       
        X                       
-r-efi@5.3.0            X                                                       
X       X                       
-rand@0.8.5             X                                                       
        X                       
-rand_chacha@0.3.1              X                                               
                X                       
-rand_core@0.6.4                X                                               
                X                       
-reqsign@0.16.5         X                                                       
                                
-reqwest@0.12.22                X                                               
                X                       
-ring@0.17.14           X                                               X       
                                
-rsa@0.9.8              X                                                       
        X                       
-rustc-demangle@0.1.25          X                                               
                X                       
-rustc_version@0.4.1            X                                               
                X                       
-rustls@0.23.29         X                                               X       
        X                       
-rustls-pki-types@1.12.0                X                                       
                        X                       
-rustls-webpki@0.103.4                                                          
X                                       
-rustversion@1.0.21             X                                               
                X                       
-ryu@1.0.20             X                               X                       
                                
-salsa20@0.10.2         X                                                       
        X                       
-scratch@1.0.8          X                                                       
        X                       
-scrypt@0.11.0          X                                                       
        X                       
-semver@1.0.26          X                                                       
        X                       
-serde@1.0.219          X                                                       
        X                       
-serde_derive@1.0.219           X                                               
                X                       
-serde_json@1.0.140             X                                               
                X                       
-serde_urlencoded@0.7.1         X                                               
                X                       
-sha1@0.10.6            X                                                       
        X                       
-sha2@0.10.9            X                                                       
        X                       
-shlex@1.3.0            X                                                       
        X                       
-signature@2.2.0                X                                               
                X                       
-simple_asn1@0.6.3                                                              
X                                       
-slab@0.4.10                                                                    
        X                       
-smallvec@1.15.1                X                                               
                X                       
-socket2@0.5.10         X                                                       
        X                       
-spin@0.9.8                                                                     
        X                       
-spki@0.7.3             X                                                       
        X                       
-stable_deref_trait@1.2.0               X                                       
                        X                       
-subtle@2.6.1                                   X                               
                                
-syn@2.0.104            X                                                       
        X                       
-sync_wrapper@1.0.2             X                                               
                                        
-synstructure@0.13.2                                                            
                X                       
-termcolor@1.4.1                                                                
                X               X       
-thiserror@2.0.12               X                                               
                X                       
-thiserror-impl@2.0.12          X                                               
                X                       
-time@0.3.41            X                                                       
        X                       
-time-core@0.1.4                X                                               
                X                       
-time-macros@0.2.22             X                                               
                X                       
-tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
-tokio-macros@2.5.0                                                             
                X                       
-tokio-rustls@0.26.2            X                                               
                X                       
-tokio-util@0.7.15                                                              
                X                       
-tower@0.5.2                                                                    
        X                       
-tower-http@0.6.6                                                               
                X                       
-tower-layer@0.3.3                                                              
                X                       
-tower-service@0.3.3                                                            
                X                       
-tracing@0.1.41                                                                 
        X                       
-tracing-core@0.1.34                                                            
                X                       
-try-lock@0.2.5                                                                 
        X                       
-typenum@1.18.0         X                                                       
        X                       
-unicode-ident@1.0.18           X                                               
                X       X               
-unicode-width@0.2.1            X                                               
                X                       
-untrusted@0.9.0                                                                
X                                       
-url@2.5.4              X                                                       
        X                       
-utf8_iter@1.0.4                X                                               
                X                       
-uuid@1.17.0            X                                                       
        X                       
-version_check@0.9.5            X                                               
                X                       
-want@0.3.1                                                                     
        X                       
-wasi@0.11.1+wasi-snapshot-preview1             X       X                       
                                X                       
-wasi@0.14.2+wasi-0.2.4         X       X                                       
                X                       
-wasm-bindgen@0.2.100           X                                               
                X                       
-wasm-bindgen-backend@0.2.100           X                                       
                        X                       
-wasm-bindgen-futures@0.4.50            X                                       
                        X                       
-wasm-bindgen-macro@0.2.100             X                                       
                        X                       
-wasm-bindgen-macro-support@0.2.100             X                               
                                X                       
-wasm-bindgen-shared@0.2.100            X                                       
                        X                       
-wasm-streams@0.4.2             X                                               
                X                       
-web-sys@0.3.77         X                                                       
        X                       
-webpki-roots@1.0.1                                                     X       
                                        
-winapi-util@0.1.9                                                              
                X               X       
-windows-core@0.61.2            X                                               
                X                       
-windows-implement@0.60.0               X                                       
                        X                       
-windows-interface@0.59.1               X                                       
                        X                       
-windows-link@0.1.3             X                                               
                X                       
-windows-result@0.3.4           X                                               
                X                       
-windows-strings@0.4.2          X                                               
                X                       
-windows-sys@0.52.0             X                                               
                X                       
-windows-sys@0.59.0             X                                               
                X                       
-windows-targets@0.52.6         X                                               
                X                       
-windows_aarch64_gnullvm@0.52.6         X                                       
                        X                       
-windows_aarch64_msvc@0.52.6            X                                       
                        X                       
-windows_i686_gnu@0.52.6                X                                       
                        X                       
-windows_i686_gnullvm@0.52.6            X                                       
                        X                       
-windows_i686_msvc@0.52.6               X                                       
                        X                       
-windows_x86_64_gnu@0.52.6              X                                       
                        X                       
-windows_x86_64_gnullvm@0.52.6          X                                       
                        X                       
-windows_x86_64_msvc@0.52.6             X                                       
                        X                       
-wit-bindgen-rt@0.39.0          X       X                                       
                X                       
-writeable@0.6.1                                                                
                        X               
-yoke@0.8.0                                                                     
                X               
-yoke-derive@0.8.0                                                              
                        X               
-zerocopy@0.8.26                X               X                               
                X                       
-zerofrom@0.1.6                                                                 
                X               
-zerofrom-derive@0.1.6                                                          
                        X               
-zeroize@1.8.1          X                                                       
        X                       
-zerotrie@0.2.2                                                                 
                X               
-zerovec@0.11.2                                                                 
                X               
-zerovec-derive@0.11.1                                                          
                        X               
+crate  0BSD    Apache-2.0      Apache-2.0 WITH LLVM-exception  BSD-3-Clause    
BSL-1.0 CDLA-Permissive-2.0     ISC     LGPL-2.1-or-later       MIT     
Unicode-3.0     Unlicense       Zlib
+addr2line@0.24.2               X                                               
        X                       
+adler2@2.0.1   X       X                                                       
X                       
+android-tzdata@0.1.1           X                                               
        X                       
+android_system_properties@0.1.5                X                               
                        X                       
+anyhow@1.0.98          X                                                       
X                       
+autocfg@1.5.0          X                                                       
X                       
+backon@1.5.1           X                                                       
                        
+backtrace@0.3.75               X                                               
        X                       
+base64@0.22.1          X                                                       
X                       
+bitflags@2.9.1         X                                                       
X                       
+block-buffer@0.10.4            X                                               
        X                       
+bumpalo@3.19.0         X                                                       
X                       
+bytes@1.10.1                                                                   
X                       
+cc@1.2.29              X                                                       
X                       
+cfg-if@1.0.1           X                                                       
X                       
+chrono@0.4.41          X                                                       
X                       
+codespan-reporting@0.12.0              X                                       
                                        
+core-foundation-sys@0.8.7              X                                       
                X                       
+crypto-common@0.1.6            X                                               
        X                       
+cxx@1.0.160            X                                                       
X                       
+cxx-build@1.0.160              X                                               
        X                       
+cxxbridge-flags@1.0.160                X                                       
                X                       
+cxxbridge-macro@1.0.160                X                                       
                X                       
+digest@0.10.7          X                                                       
X                       
+displaydoc@0.2.5               X                                               
        X                       
+equivalent@1.0.2               X                                               
        X                       
+fastrand@2.3.0         X                                                       
X                       
+fnv@1.0.7              X                                                       
X                       
+foldhash@0.1.5                                                                 
                        X
+form_urlencoded@1.2.1          X                                               
        X                       
+futures@0.3.31         X                                                       
X                       
+futures-channel@0.3.31         X                                               
        X                       
+futures-core@0.3.31            X                                               
        X                       
+futures-executor@0.3.31                X                                       
                X                       
+futures-io@0.3.31              X                                               
        X                       
+futures-macro@0.3.31           X                                               
        X                       
+futures-sink@0.3.31            X                                               
        X                       
+futures-task@0.3.31            X                                               
        X                       
+futures-util@0.3.31            X                                               
        X                       
+generic-array@0.14.7                                                           
        X                       
+getrandom@0.2.16               X                                               
        X                       
+getrandom@0.3.3                X                                               
        X                       
+gimli@0.31.1           X                                                       
X                       
+gloo-timers@0.3.0              X                                               
        X                       
+hashbrown@0.15.4               X                                               
        X                       
+http@1.3.1             X                                                       
X                       
+http-body@1.0.1                                                                
        X                       
+http-body-util@0.1.3                                                           
        X                       
+httparse@1.10.1                X                                               
        X                       
+hyper@1.6.0                                                                    
X                       
+hyper-rustls@0.27.7            X                                       X       
        X                       
+hyper-util@0.1.15                                                              
        X                       
+iana-time-zone@0.1.63          X                                               
        X                       
+iana-time-zone-haiku@0.1.2             X                                       
                X                       
+icu_collections@2.0.0                                                          
                X               
+icu_locale_core@2.0.0                                                          
                X               
+icu_normalizer@2.0.0                                                           
                X               
+icu_normalizer_data@2.0.0                                                      
                        X               
+icu_properties@2.0.1                                                           
                X               
+icu_properties_data@2.0.1                                                      
                        X               
+icu_provider@2.0.0                                                             
                X               
+idna@1.0.3             X                                                       
X                       
+idna_adapter@1.2.1             X                                               
        X                       
+indexmap@2.10.0                X                                               
        X                       
+io-uring@0.7.8         X                                                       
X                       
+ipnet@2.11.0           X                                                       
X                       
+iri-string@0.7.8               X                                               
        X                       
+itoa@1.0.15            X                                                       
X                       
+js-sys@0.3.77          X                                                       
X                       
+libc@0.2.174           X                                                       
X                       
+link-cplusplus@1.0.10          X                                               
        X                       
+litemap@0.8.0                                                                  
        X               
+log@0.4.27             X                                                       
X                       
+md-5@0.10.6            X                                                       
X                       
+memchr@2.7.5                                                                   
X               X       
+miniz_oxide@0.8.9              X                                               
        X                       X
+mio@1.0.4                                                                      
X                       
+num-traits@0.2.19              X                                               
        X                       
+object@0.36.7          X                                                       
X                       
+once_cell@1.21.3               X                                               
        X                       
+opendal@0.54.1         X                                                       
                        
+opendal-cpp@0.0.0              X                                               
                                
+percent-encoding@2.3.1         X                                               
        X                       
+pin-project-lite@0.2.16                X                                       
                X                       
+pin-utils@0.1.0                X                                               
        X                       
+potential_utf@0.1.2                                                            
                X               
+proc-macro2@1.0.95             X                                               
        X                       
+quick-xml@0.38.3                                                               
        X                       
+quote@1.0.40           X                                                       
X                       
+r-efi@5.3.0            X                                               X       
X                       
+reqwest@0.12.22                X                                               
        X                       
+ring@0.17.14           X                                       X               
                        
+rustc-demangle@0.1.25          X                                               
        X                       
+rustls@0.23.29         X                                       X               
X                       
+rustls-pki-types@1.12.0                X                                       
                X                       
+rustls-webpki@0.103.4                                                  X       
                                
+rustversion@1.0.21             X                                               
        X                       
+ryu@1.0.20             X                       X                               
                        
+scratch@1.0.8          X                                                       
X                       
+serde@1.0.219          X                                                       
X                       
+serde_derive@1.0.219           X                                               
        X                       
+serde_json@1.0.140             X                                               
        X                       
+serde_urlencoded@0.7.1         X                                               
        X                       
+shlex@1.3.0            X                                                       
X                       
+slab@0.4.10                                                                    
X                       
+smallvec@1.15.1                X                                               
        X                       
+socket2@0.5.10         X                                                       
X                       
+socket2@0.6.0          X                                                       
X                       
+stable_deref_trait@1.2.0               X                                       
                X                       
+subtle@2.6.1                           X                                       
                        
+syn@2.0.104            X                                                       
X                       
+sync_wrapper@1.0.2             X                                               
                                
+synstructure@0.13.2                                                            
        X                       
+termcolor@1.4.1                                                                
        X               X       
+tinystr@0.8.1                                                                  
        X               
+tokio@1.47.1                                                                   
X                       
+tokio-macros@2.5.0                                                             
        X                       
+tokio-rustls@0.26.2            X                                               
        X                       
+tokio-util@0.7.15                                                              
        X                       
+tower@0.5.2                                                                    
X                       
+tower-http@0.6.6                                                               
        X                       
+tower-layer@0.3.3                                                              
        X                       
+tower-service@0.3.3                                                            
        X                       
+tracing@0.1.41                                                                 
X                       
+tracing-core@0.1.34                                                            
        X                       
+try-lock@0.2.5                                                                 
X                       
+typenum@1.18.0         X                                                       
X                       
+unicode-ident@1.0.18           X                                               
        X       X               
+unicode-width@0.2.1            X                                               
        X                       
+untrusted@0.9.0                                                        X       
                                
+url@2.5.4              X                                                       
X                       
+utf8_iter@1.0.4                X                                               
        X                       
+uuid@1.17.0            X                                                       
X                       
+version_check@0.9.5            X                                               
        X                       
+want@0.3.1                                                                     
X                       
+wasi@0.11.1+wasi-snapshot-preview1             X       X                       
                        X                       
+wasi@0.14.2+wasi-0.2.4         X       X                                       
        X                       
+wasm-bindgen@0.2.100           X                                               
        X                       
+wasm-bindgen-backend@0.2.100           X                                       
                X                       
+wasm-bindgen-futures@0.4.50            X                                       
                X                       
+wasm-bindgen-macro@0.2.100             X                                       
                X                       
+wasm-bindgen-macro-support@0.2.100             X                               
                        X                       
+wasm-bindgen-shared@0.2.100            X                                       
                X                       
+wasm-streams@0.4.2             X                                               
        X                       
+web-sys@0.3.77         X                                                       
X                       
+webpki-roots@1.0.1                                             X               
                                
+winapi-util@0.1.9                                                              
        X               X       
+windows-core@0.61.2            X                                               
        X                       
+windows-implement@0.60.0               X                                       
                X                       
+windows-interface@0.59.1               X                                       
                X                       
+windows-link@0.1.3             X                                               
        X                       
+windows-result@0.3.4           X                                               
        X                       
+windows-strings@0.4.2          X                                               
        X                       
+windows-sys@0.52.0             X                                               
        X                       
+windows-sys@0.59.0             X                                               
        X                       
+windows-targets@0.52.6         X                                               
        X                       
+windows_aarch64_gnullvm@0.52.6         X                                       
                X                       
+windows_aarch64_msvc@0.52.6            X                                       
                X                       
+windows_i686_gnu@0.52.6                X                                       
                X                       
+windows_i686_gnullvm@0.52.6            X                                       
                X                       
+windows_i686_msvc@0.52.6               X                                       
                X                       
+windows_x86_64_gnu@0.52.6              X                                       
                X                       
+windows_x86_64_gnullvm@0.52.6          X                                       
                X                       
+windows_x86_64_msvc@0.52.6             X                                       
                X                       
+wit-bindgen-rt@0.39.0          X       X                                       
        X                       
+writeable@0.6.1                                                                
                X               
+yoke@0.8.0                                                                     
        X               
+yoke-derive@0.8.0                                                              
                X               
+zerofrom@0.1.6                                                                 
        X               
+zerofrom-derive@0.1.6                                                          
                X               
+zeroize@1.8.1          X                                                       
X                       
+zerotrie@0.2.2                                                                 
        X               
+zerovec@0.11.2                                                                 
        X               
+zerovec-derive@0.11.1                                                          
                X               
diff --git a/bindings/dotnet/DEPENDENCIES.rust.tsv 
b/bindings/dotnet/DEPENDENCIES.rust.tsv
index 1f250b790..9bc298527 100644
--- a/bindings/dotnet/DEPENDENCIES.rust.tsv
+++ b/bindings/dotnet/DEPENDENCIES.rust.tsv
@@ -96,7 +96,7 @@ num-iter@0.1.45               X                               
                                X
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 opendal-dotnet@0.0.0           X                                               
                                        
 parking_lot@0.12.4             X                                               
                X                       
 parking_lot_core@0.9.11                X                                       
                        X                       
@@ -116,6 +116,7 @@ proc-macro2@1.0.95          X                               
                                X
 prost@0.13.5           X                                                       
                                
 prost-derive@0.13.5            X                                               
                                        
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.3                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.3.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
@@ -150,6 +151,7 @@ simple_asn1@0.6.3                                           
                X
 slab@0.4.10                                                                    
        X                       
 smallvec@1.15.1                X                                               
                X                       
 socket2@0.5.10         X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 spin@0.9.8                                                                     
        X                       
 spki@0.7.3             X                                                       
        X                       
 stable_deref_trait@1.2.0               X                                       
                        X                       
@@ -163,7 +165,7 @@ time@0.3.41         X                                       
                        X
 time-core@0.1.4                X                                               
                X                       
 time-macros@0.2.22             X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-macros@2.5.0                                                             
                X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
diff --git a/bindings/haskell/DEPENDENCIES.rust.tsv 
b/bindings/haskell/DEPENDENCIES.rust.tsv
index ea4219ca1..4b14c7b26 100644
--- a/bindings/haskell/DEPENDENCIES.rust.tsv
+++ b/bindings/haskell/DEPENDENCIES.rust.tsv
@@ -96,7 +96,7 @@ num-iter@0.1.45               X                               
                                X
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 opendal-hs@0.0.0               X                                               
                                        
 parking_lot@0.12.4             X                                               
                X                       
 parking_lot_core@0.9.11                X                                       
                        X                       
@@ -116,6 +116,7 @@ proc-macro2@1.0.95          X                               
                                X
 prost@0.13.5           X                                                       
                                
 prost-derive@0.13.5            X                                               
                                        
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.3                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.3.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
@@ -150,6 +151,7 @@ simple_asn1@0.6.3                                           
                X
 slab@0.4.10                                                                    
        X                       
 smallvec@1.15.1                X                                               
                X                       
 socket2@0.5.10         X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 spin@0.9.8                                                                     
        X                       
 spki@0.7.3             X                                                       
        X                       
 stable_deref_trait@1.2.0               X                                       
                        X                       
@@ -163,7 +165,7 @@ time@0.3.41         X                                       
                        X
 time-core@0.1.4                X                                               
                X                       
 time-macros@0.2.22             X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-macros@2.5.0                                                             
                X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
diff --git a/bindings/java/DEPENDENCIES.rust.tsv 
b/bindings/java/DEPENDENCIES.rust.tsv
index af05e4a09..c85a92c40 100644
--- a/bindings/java/DEPENDENCIES.rust.tsv
+++ b/bindings/java/DEPENDENCIES.rust.tsv
@@ -109,11 +109,11 @@ num-iter@0.1.45           X                               
                                X
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 opendal-java@0.0.0             X                                               
                                        
 openssh@0.11.5         X                                                       
        X                       
-openssh-sftp-client@0.15.2                                                     
                        X                       
-openssh-sftp-client-lowlevel@0.7.1                                             
                                X                       
+openssh-sftp-client@0.15.3                                                     
                        X                       
+openssh-sftp-client-lowlevel@0.7.2                                             
                                X                       
 openssh-sftp-error@0.5.1                                                       
                        X                       
 openssh-sftp-protocol@0.24.1                                                   
                        X                       
 openssh-sftp-protocol-error@0.1.1                                              
                                X                       
@@ -137,6 +137,7 @@ proc-macro2@1.0.95          X                               
                                X
 prost@0.13.5           X                                                       
                                
 prost-derive@0.13.5            X                                               
                                        
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.3                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.3.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
@@ -174,6 +175,7 @@ simple_asn1@0.6.3                                           
                X
 slab@0.4.10                                                                    
        X                       
 smallvec@1.15.1                X                                               
                X                       
 socket2@0.5.10         X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 spin@0.9.8                                                                     
        X                       
 spki@0.7.3             X                                                       
        X                       
 ssh_format@0.14.1                                                              
                X                       
@@ -193,7 +195,7 @@ time@0.3.41         X                                       
                        X
 time-core@0.1.4                X                                               
                X                       
 time-macros@0.2.22             X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-io-utility@0.7.6                                                         
                X                       
 tokio-macros@2.5.0                                                             
                X                       
 tokio-rustls@0.26.2            X                                               
                X                       
diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml
index 8d92d97b6..98c91a447 100644
--- a/bindings/java/pom.xml
+++ b/bindings/java/pom.xml
@@ -32,7 +32,7 @@
 
     <groupId>org.apache.opendal</groupId>
     <artifactId>opendal</artifactId>
-    <version>0.48.0</version> <!-- update version number -->
+    <version>0.48.1</version> <!-- update version number -->
 
     <name>Apache OpenDAL™</name>
     <description>
diff --git a/bindings/lua/DEPENDENCIES.rust.tsv 
b/bindings/lua/DEPENDENCIES.rust.tsv
index cfc7ba755..a0f26862d 100644
--- a/bindings/lua/DEPENDENCIES.rust.tsv
+++ b/bindings/lua/DEPENDENCIES.rust.tsv
@@ -102,7 +102,7 @@ num-iter@0.1.45             X                               
                                X
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 opendal-lua@0.0.0              X                                               
                                        
 parking_lot@0.12.4             X                                               
                X                       
 parking_lot_core@0.9.11                X                                       
                        X                       
@@ -125,6 +125,7 @@ proc-macro2@1.0.95          X                               
                                X
 prost@0.13.5           X                                                       
                                
 prost-derive@0.13.5            X                                               
                                        
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.3                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.3.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
@@ -163,6 +164,7 @@ simple_asn1@0.6.3                                           
                X
 slab@0.4.10                                                                    
        X                       
 smallvec@1.15.1                X                                               
                X                       
 socket2@0.5.10         X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 spin@0.9.8                                                                     
        X                       
 spki@0.7.3             X                                                       
        X                       
 stable_deref_trait@1.2.0               X                                       
                        X                       
@@ -177,7 +179,7 @@ time@0.3.41         X                                       
                        X
 time-core@0.1.4                X                                               
                X                       
 time-macros@0.2.22             X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-macros@2.5.0                                                             
                X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
diff --git a/bindings/nodejs/DEPENDENCIES.rust.tsv 
b/bindings/nodejs/DEPENDENCIES.rust.tsv
index 2b12ff088..5f136f038 100644
--- a/bindings/nodejs/DEPENDENCIES.rust.tsv
+++ b/bindings/nodejs/DEPENDENCIES.rust.tsv
@@ -2,7 +2,6 @@ crate   0BSD    Apache-2.0      Apache-2.0 WITH LLVM-exception  
BSD-2-Clause    BSD-3-Clause    B
 addr2line@0.24.2               X                                               
                X                       
 adler2@2.0.1   X       X                                                       
        X                       
 aes@0.8.4              X                                                       
        X                       
-aho-corasick@1.1.3                                                             
                X               X       
 android-tzdata@0.1.1           X                                               
                X                       
 android_system_properties@0.1.5                X                               
                                X                       
 anyhow@1.0.98          X                                                       
        X                       
@@ -24,16 +23,19 @@ cfg-if@1.0.1                X                               
                                X
 chrono@0.4.41          X                                                       
        X                       
 cipher@0.4.4           X                                                       
        X                       
 const-oid@0.9.6                X                                               
                X                       
-convert_case@0.6.0                                                             
                X                       
+convert_case@0.8.0                                                             
                X                       
 core-foundation-sys@0.8.7              X                                       
                        X                       
 cpufeatures@0.2.17             X                                               
                X                       
 crc32c@0.6.8           X                                                       
        X                       
 crypto-common@0.1.6            X                                               
                X                       
-ctor@0.2.9             X                                                       
        X                       
+ctor@0.5.0             X                                                       
        X                       
+ctor-proc-macro@0.0.6          X                                               
                X                       
 der@0.7.10             X                                                       
        X                       
 deranged@0.4.0         X                                                       
        X                       
 digest@0.10.7          X                                                       
        X                       
 displaydoc@0.2.5               X                                               
                X                       
+dtor@0.1.0             X                                                       
        X                       
+dtor-proc-macro@0.0.6          X                                               
                X                       
 either@1.15.0          X                                                       
        X                       
 fastrand@2.3.0         X                                                       
        X                       
 fnv@1.0.7              X                                                       
        X                       
@@ -92,11 +94,12 @@ md-5@0.10.6         X                                       
                        X
 memchr@2.7.5                                                                   
        X               X       
 miniz_oxide@0.8.9              X                                               
                X                       X
 mio@1.0.4                                                                      
        X                       
-napi@2.16.17                                                                   
        X                       
-napi-build@2.2.2                                                               
                X                       
-napi-derive@2.16.13                                                            
                X                       
-napi-derive-backend@1.0.75                                                     
                        X                       
-napi-sys@2.4.0                                                                 
        X                       
+napi@3.2.4                                                                     
        X                       
+napi-build@2.2.3                                                               
                X                       
+napi-derive@3.2.4                                                              
                X                       
+napi-derive-backend@2.1.4                                                      
                        X                       
+napi-sys@3.0.0                                                                 
        X                       
+nohash-hasher@0.2.0            X                                               
                X                       
 num-bigint@0.4.6               X                                               
                X                       
 num-bigint-dig@0.8.4           X                                               
                X                       
 num-conv@0.1.0         X                                                       
        X                       
@@ -105,7 +108,7 @@ num-iter@0.1.45             X                               
                                X
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 opendal-nodejs@0.0.0           X                                               
                                        
 pbkdf2@0.12.2          X                                                       
        X                       
 pem@3.0.5                                                                      
        X                       
@@ -123,19 +126,18 @@ proc-macro2@1.0.95                X                       
                                        X
 prost@0.13.5           X                                                       
                                
 prost-derive@0.13.5            X                                               
                                        
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.3                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.3.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
 rand_chacha@0.3.1              X                                               
                X                       
 rand_core@0.6.4                X                                               
                X                       
-regex@1.11.1           X                                                       
        X                       
-regex-automata@0.4.9           X                                               
                X                       
-regex-syntax@0.8.5             X                                               
                X                       
 reqsign@0.16.5         X                                                       
                                
 reqwest@0.12.22                X                                               
                X                       
 ring@0.17.14           X                                               X       
                                
 rsa@0.9.8              X                                                       
        X                       
 rustc-demangle@0.1.25          X                                               
                X                       
+rustc-hash@2.1.1               X                                               
                X                       
 rustc_version@0.4.1            X                                               
                X                       
 rustls@0.23.29         X                                               X       
        X                       
 rustls-pki-types@1.12.0                X                                       
                        X                       
@@ -157,6 +159,7 @@ simple_asn1@0.6.3                                           
                X
 slab@0.4.10                                                                    
        X                       
 smallvec@1.15.1                X                                               
                X                       
 socket2@0.5.10         X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 spin@0.9.8                                                                     
        X                       
 spki@0.7.3             X                                                       
        X                       
 stable_deref_trait@1.2.0               X                                       
                        X                       
@@ -170,7 +173,7 @@ time@0.3.41         X                                       
                        X
 time-core@0.1.4                X                                               
                X                       
 time-macros@0.2.22             X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
 tower@0.5.2                                                                    
        X                       
diff --git a/bindings/nodejs/npm/darwin-arm64/package.json 
b/bindings/nodejs/npm/darwin-arm64/package.json
index b3953953c..298103856 100644
--- a/bindings/nodejs/npm/darwin-arm64/package.json
+++ b/bindings/nodejs/npm/darwin-arm64/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-darwin-arm64",
-  "version": "0.49.0",
+  "version": "0.49.1",
   "cpu": [
     "arm64"
   ],
diff --git a/bindings/nodejs/npm/darwin-x64/package.json 
b/bindings/nodejs/npm/darwin-x64/package.json
index 5c4860661..6feb19948 100644
--- a/bindings/nodejs/npm/darwin-x64/package.json
+++ b/bindings/nodejs/npm/darwin-x64/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-darwin-x64",
-  "version": "0.49.0",
+  "version": "0.49.1",
   "cpu": [
     "x64"
   ],
diff --git a/bindings/nodejs/npm/linux-arm64-gnu/package.json 
b/bindings/nodejs/npm/linux-arm64-gnu/package.json
index 70574f8e7..544998620 100644
--- a/bindings/nodejs/npm/linux-arm64-gnu/package.json
+++ b/bindings/nodejs/npm/linux-arm64-gnu/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-linux-arm64-gnu",
-  "version": "0.49.0",
+  "version": "0.49.1",
   "cpu": [
     "arm64"
   ],
diff --git a/bindings/nodejs/npm/linux-arm64-musl/package.json 
b/bindings/nodejs/npm/linux-arm64-musl/package.json
index b4d1bb5a9..34d599010 100644
--- a/bindings/nodejs/npm/linux-arm64-musl/package.json
+++ b/bindings/nodejs/npm/linux-arm64-musl/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-linux-arm64-musl",
-  "version": "0.49.0",
+  "version": "0.49.1",
   "cpu": [
     "arm64"
   ],
diff --git a/bindings/nodejs/npm/linux-x64-gnu/package.json 
b/bindings/nodejs/npm/linux-x64-gnu/package.json
index f2a190d62..c98fac21e 100644
--- a/bindings/nodejs/npm/linux-x64-gnu/package.json
+++ b/bindings/nodejs/npm/linux-x64-gnu/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-linux-x64-gnu",
-  "version": "0.49.0",
+  "version": "0.49.1",
   "cpu": [
     "x64"
   ],
diff --git a/bindings/nodejs/npm/linux-x64-musl/package.json 
b/bindings/nodejs/npm/linux-x64-musl/package.json
index 332005726..2acc2d4cb 100644
--- a/bindings/nodejs/npm/linux-x64-musl/package.json
+++ b/bindings/nodejs/npm/linux-x64-musl/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-linux-x64-musl",
-  "version": "0.49.0",
+  "version": "0.49.1",
   "cpu": [
     "x64"
   ],
diff --git a/bindings/nodejs/npm/win32-arm64-msvc/package.json 
b/bindings/nodejs/npm/win32-arm64-msvc/package.json
index 34834e076..c655cf0ad 100644
--- a/bindings/nodejs/npm/win32-arm64-msvc/package.json
+++ b/bindings/nodejs/npm/win32-arm64-msvc/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-win32-arm64-msvc",
-  "version": "0.49.0",
+  "version": "0.49.1",
   "cpu": [
     "arm64"
   ],
diff --git a/bindings/nodejs/npm/win32-x64-msvc/package.json 
b/bindings/nodejs/npm/win32-x64-msvc/package.json
index 76a606320..a01acb0e8 100644
--- a/bindings/nodejs/npm/win32-x64-msvc/package.json
+++ b/bindings/nodejs/npm/win32-x64-msvc/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@opendal/lib-win32-x64-msvc",
-  "version": "0.49.0",
+  "version": "0.49.1",
   "cpu": [
     "x64"
   ],
diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json
index afcdd23bb..086213b07 100644
--- a/bindings/nodejs/package.json
+++ b/bindings/nodejs/package.json
@@ -1,7 +1,7 @@
 {
   "name": "opendal",
   "author": "Apache OpenDAL <d...@opendal.apache.org>",
-  "version": "0.49.0",
+  "version": "0.49.1",
   "license": "Apache-2.0",
   "main": "index.cjs",
   "module": "index.mjs",
diff --git a/bindings/ocaml/DEPENDENCIES.rust.tsv 
b/bindings/ocaml/DEPENDENCIES.rust.tsv
index ea5904a5f..c4c221f49 100644
--- a/bindings/ocaml/DEPENDENCIES.rust.tsv
+++ b/bindings/ocaml/DEPENDENCIES.rust.tsv
@@ -102,7 +102,7 @@ ocaml-build@1.0.0                                           
                X
 ocaml-derive@1.0.0                                                             
X                                       
 ocaml-sys@0.26.0                                                               
X                                       
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 opendal-ocaml@0.0.0            X                                               
                                        
 parking_lot@0.12.4             X                                               
                X                       
 parking_lot_core@0.9.11                X                                       
                        X                       
@@ -122,6 +122,7 @@ proc-macro2@1.0.95          X                               
                                X
 prost@0.13.5           X                                                       
                                
 prost-derive@0.13.5            X                                               
                                        
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.3                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.3.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
@@ -156,6 +157,7 @@ simple_asn1@0.6.3                                           
                X
 slab@0.4.10                                                                    
        X                       
 smallvec@1.15.1                X                                               
                X                       
 socket2@0.5.10         X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 spin@0.9.8                                                                     
        X                       
 spki@0.7.3             X                                                       
        X                       
 stable_deref_trait@1.2.0               X                                       
                        X                       
@@ -169,7 +171,7 @@ time@0.3.41         X                                       
                        X
 time-core@0.1.4                X                                               
                X                       
 time-macros@0.2.22             X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-macros@2.5.0                                                             
                X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
diff --git a/bindings/php/DEPENDENCIES.rust.tsv 
b/bindings/php/DEPENDENCIES.rust.tsv
index dbd779f85..8b757271e 100644
--- a/bindings/php/DEPENDENCIES.rust.tsv
+++ b/bindings/php/DEPENDENCIES.rust.tsv
@@ -129,7 +129,7 @@ num-iter@0.1.45             X                               
                                        X
 num-traits@0.2.19              X                                               
                        X                       
 object@0.36.7          X                                                       
                X                       
 once_cell@1.21.3               X                                               
                        X                       
-opendal@0.54.0         X                                                       
                                        
+opendal@0.54.1         X                                                       
                                        
 opendal-php@0.0.0              X                                               
                                                
 openssl@0.10.73                X                                               
                                                
 openssl-macros@0.1.1           X                                               
                        X                       
@@ -159,6 +159,7 @@ prost@0.13.5                X
 prost-derive@0.13.5            X                                               
                                                
 pulldown-cmark@0.9.6                                                           
                        X                       
 quick-xml@0.37.5                                                               
                        X                       
+quick-xml@0.38.3                                                               
                        X                       
 quote@1.0.40           X                                                       
                X                       
 r-efi@5.3.0            X                                                       
        X       X                       
 rand@0.8.5             X                                                       
                X                       
@@ -204,6 +205,7 @@ skeptic@0.13.7              X                               
                                        X
 slab@0.4.10                                                                    
                X                       
 smallvec@1.15.1                X                                               
                        X                       
 socket2@0.5.10         X                                                       
                X                       
+socket2@0.6.0          X                                                       
                X                       
 spin@0.9.8                                                                     
                X                       
 spki@0.7.3             X                                                       
                X                       
 stable_deref_trait@1.2.0               X                                       
                                X                       
@@ -220,7 +222,7 @@ time@0.3.41         X                                       
                                X
 time-core@0.1.4                X                                               
                        X                       
 time-macros@0.2.22             X                                               
                        X                       
 tinystr@0.8.1                                                                  
                        X               
-tokio@1.46.1                                                                   
                X                       
+tokio@1.47.1                                                                   
                X                       
 tokio-macros@2.5.0                                                             
                        X                       
 tokio-rustls@0.26.2            X                                               
                        X                       
 tokio-util@0.7.15                                                              
                        X                       
diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index a64b61255..91fd47710 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/";
 license = "Apache-2.0"
 repository = "https://github.com/apache/opendal";
 rust-version = "1.82"
-version = "0.46.0"
+version = "0.46.1"
 
 [features]
 default = [
diff --git a/bindings/python/DEPENDENCIES.rust.tsv 
b/bindings/python/DEPENDENCIES.rust.tsv
index b25c58191..c5e22397b 100644
--- a/bindings/python/DEPENDENCIES.rust.tsv
+++ b/bindings/python/DEPENDENCIES.rust.tsv
@@ -5,16 +5,12 @@ aes@0.8.4             X                                       
                        X
 android-tzdata@0.1.1           X                                               
                X                       
 android_system_properties@0.1.5                X                               
                                X                       
 anyhow@1.0.98          X                                                       
        X                       
-arc-swap@1.7.1         X                                                       
        X                       
 async-trait@0.1.88             X                                               
                X                       
 autocfg@1.5.0          X                                                       
        X                       
-awaitable@0.4.0                                                                
                X                       
-awaitable-error@0.1.0                                                          
                X                       
 backon@1.5.1           X                                                       
                                
 backtrace@0.3.75               X                                               
                X                       
 base64@0.22.1          X                                                       
        X                       
 base64ct@1.8.0         X                                                       
        X                       
-bb8@0.9.0                                                                      
        X                       
 bitflags@2.9.1         X                                                       
        X                       
 block-buffer@0.10.4            X                                               
                X                       
 block-padding@0.3.3            X                                               
                X                       
@@ -26,7 +22,6 @@ cc@1.2.29             X                                       
                        X
 cfg-if@1.0.1           X                                                       
        X                       
 chrono@0.4.41          X                                                       
        X                       
 cipher@0.4.4           X                                                       
        X                       
-concurrent_arena@0.1.11                                                        
                        X                       
 const-oid@0.9.6                X                                               
                X                       
 core-foundation-sys@0.8.7              X                                       
                        X                       
 cpufeatures@0.2.17             X                                               
                X                       
@@ -34,12 +29,10 @@ crc32c@0.6.8                X                               
                                X
 crypto-common@0.1.6            X                                               
                X                       
 der@0.7.10             X                                                       
        X                       
 deranged@0.4.0         X                                                       
        X                       
-derive_destructure2@0.1.3              X                                       
                        X                       
 dict_derive@0.6.0              X                                               
                                        
 digest@0.10.7          X                                                       
        X                       
 displaydoc@0.2.5               X                                               
                X                       
 either@1.15.0          X                                                       
        X                       
-errno@0.3.13           X                                                       
        X                       
 fastrand@2.3.0         X                                                       
        X                       
 fnv@1.0.7              X                                                       
        X                       
 form_urlencoded@1.2.1          X                                               
                X                       
@@ -92,9 +85,7 @@ jsonwebtoken@9.3.1                                            
                                X
 lazy_static@1.5.0              X                                               
                X                       
 libc@0.2.174           X                                                       
        X                       
 libm@0.2.15                                                                    
        X                       
-linux-raw-sys@0.9.4            X       X                                       
                X                       
 litemap@0.8.0                                                                  
                X               
-lock_api@0.4.13                X                                               
                X                       
 log@0.4.27             X                                                       
        X                       
 md-5@0.10.6            X                                                       
        X                       
 memchr@2.7.5                                                                   
        X               X       
@@ -106,28 +97,17 @@ mio@1.0.4                                                  
                        X
 num-bigint@0.4.6               X                                               
                X                       
 num-bigint-dig@0.8.4           X                                               
                X                       
 num-conv@0.1.0         X                                                       
        X                       
-num-derive@0.4.2               X                                               
                X                       
 num-integer@0.1.46             X                                               
                X                       
 num-iter@0.1.45                X                                               
                X                       
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
-opendal-python@0.46.0          X                                               
                                        
-openssh@0.11.5         X                                                       
        X                       
-openssh-sftp-client@0.15.2                                                     
                        X                       
-openssh-sftp-client-lowlevel@0.7.1                                             
                                X                       
-openssh-sftp-error@0.5.1                                                       
                        X                       
-openssh-sftp-protocol@0.24.1                                                   
                        X                       
-openssh-sftp-protocol-error@0.1.1                                              
                                X                       
-parking_lot@0.12.4             X                                               
                X                       
-parking_lot_core@0.9.11                X                                       
                        X                       
+opendal@0.54.1         X                                                       
                                
+opendal-python@0.46.1          X                                               
                                        
 pbkdf2@0.12.2          X                                                       
        X                       
 pem@3.0.5                                                                      
        X                       
 pem-rfc7468@0.7.0              X                                               
                X                       
 percent-encoding@2.3.1         X                                               
                X                       
-pin-project@1.1.10             X                                               
                X                       
-pin-project-internal@1.1.10            X                                       
                        X                       
 pin-project-lite@0.2.16                X                                       
                        X                       
 pin-utils@0.1.0                X                                               
                X                       
 pkcs1@0.7.5            X                                                       
        X                       
@@ -148,26 +128,24 @@ pyo3-macros@0.25.1                X                       
                                        X
 pyo3-macros-backend@0.25.1             X                                       
                        X                       
 python3-dll-a@0.2.14                                                           
                X                       
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.3                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.3.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
 rand_chacha@0.3.1              X                                               
                X                       
 rand_core@0.6.4                X                                               
                X                       
-redox_syscall@0.5.13                                                           
                X                       
 reqsign@0.16.5         X                                                       
                                
 reqwest@0.12.22                X                                               
                X                       
 ring@0.17.14           X                                               X       
                                
 rsa@0.9.8              X                                                       
        X                       
 rustc-demangle@0.1.25          X                                               
                X                       
 rustc_version@0.4.1            X                                               
                X                       
-rustix@1.0.7           X       X                                               
        X                       
 rustls@0.23.29         X                                               X       
        X                       
 rustls-pki-types@1.12.0                X                                       
                        X                       
 rustls-webpki@0.103.4                                                          
X                                       
 rustversion@1.0.21             X                                               
                X                       
 ryu@1.0.20             X                               X                       
                                
 salsa20@0.10.2         X                                                       
        X                       
-scopeguard@1.2.0               X                                               
                X                       
 scrypt@0.11.0          X                                                       
        X                       
 semver@1.0.26          X                                                       
        X                       
 serde@1.0.219          X                                                       
        X                       
@@ -176,18 +154,15 @@ serde_json@1.0.140                X                       
                                        X
 serde_urlencoded@0.7.1         X                                               
                X                       
 sha1@0.10.6            X                                                       
        X                       
 sha2@0.10.9            X                                                       
        X                       
-shell-escape@0.1.5             X                                               
                X                       
 shlex@1.3.0            X                                                       
        X                       
-signal-hook-registry@1.4.5             X                                       
                        X                       
 signature@2.2.0                X                                               
                X                       
 simple_asn1@0.6.3                                                              
X                                       
 slab@0.4.10                                                                    
        X                       
 smallvec@1.15.1                X                                               
                X                       
 socket2@0.5.10         X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 spin@0.9.8                                                                     
        X                       
 spki@0.7.3             X                                                       
        X                       
-ssh_format@0.14.1                                                              
                X                       
-ssh_format_error@0.1.0                                                         
                X                       
 stable_deref_trait@1.2.0               X                                       
                        X                       
 subtle@2.6.1                                   X                               
                                
 syn@1.0.109            X                                                       
        X                       
@@ -195,17 +170,13 @@ syn@2.0.104               X                               
                                X
 sync_wrapper@1.0.2             X                                               
                                        
 synstructure@0.13.2                                                            
                X                       
 target-lexicon@0.13.2                  X                                       
                                        
-tempfile@3.20.0                X                                               
                X                       
-thin-vec@0.2.14                X                                               
                X                       
 thiserror@2.0.12               X                                               
                X                       
 thiserror-impl@2.0.12          X                                               
                X                       
 time@0.3.41            X                                                       
        X                       
 time-core@0.1.4                X                                               
                X                       
 time-macros@0.2.22             X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
-tokio-io-utility@0.7.6                                                         
                X                       
-tokio-macros@2.5.0                                                             
                X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
 tower@0.5.2                                                                    
        X                       
@@ -213,9 +184,7 @@ tower-http@0.6.6                                            
                                X
 tower-layer@0.3.3                                                              
                X                       
 tower-service@0.3.3                                                            
                X                       
 tracing@0.1.41                                                                 
        X                       
-tracing-attributes@0.1.30                                                      
                        X                       
 tracing-core@0.1.34                                                            
                X                       
-triomphe@0.1.14                X                                               
                X                       
 try-lock@0.2.5                                                                 
        X                       
 typenum@1.18.0         X                                                       
        X                       
 unicase@2.8.1          X                                                       
        X                       
@@ -225,7 +194,6 @@ untrusted@0.9.0                                             
                X
 url@2.5.4              X                                                       
        X                       
 utf8_iter@1.0.4                X                                               
                X                       
 uuid@1.17.0            X                                                       
        X                       
-vec-strings@0.4.8                                                              
                X                       
 version_check@0.9.5            X                                               
                X                       
 want@0.3.1                                                                     
        X                       
 wasi@0.11.1+wasi-snapshot-preview1             X       X                       
                                X                       
@@ -247,25 +215,15 @@ windows-result@0.3.4              X                       
                                        X
 windows-strings@0.4.2          X                                               
                X                       
 windows-sys@0.52.0             X                                               
                X                       
 windows-sys@0.59.0             X                                               
                X                       
-windows-sys@0.60.2             X                                               
                X                       
 windows-targets@0.52.6         X                                               
                X                       
-windows-targets@0.53.2         X                                               
                X                       
 windows_aarch64_gnullvm@0.52.6         X                                       
                        X                       
-windows_aarch64_gnullvm@0.53.0         X                                       
                        X                       
 windows_aarch64_msvc@0.52.6            X                                       
                        X                       
-windows_aarch64_msvc@0.53.0            X                                       
                        X                       
 windows_i686_gnu@0.52.6                X                                       
                        X                       
-windows_i686_gnu@0.53.0                X                                       
                        X                       
 windows_i686_gnullvm@0.52.6            X                                       
                        X                       
-windows_i686_gnullvm@0.53.0            X                                       
                        X                       
 windows_i686_msvc@0.52.6               X                                       
                        X                       
-windows_i686_msvc@0.53.0               X                                       
                        X                       
 windows_x86_64_gnu@0.52.6              X                                       
                        X                       
-windows_x86_64_gnu@0.53.0              X                                       
                        X                       
 windows_x86_64_gnullvm@0.52.6          X                                       
                        X                       
-windows_x86_64_gnullvm@0.53.0          X                                       
                        X                       
 windows_x86_64_msvc@0.52.6             X                                       
                        X                       
-windows_x86_64_msvc@0.53.0             X                                       
                        X                       
 wit-bindgen-rt@0.39.0          X       X                                       
                X                       
 writeable@0.6.1                                                                
                        X               
 yoke@0.8.0                                                                     
                X               
diff --git a/bindings/ruby/DEPENDENCIES.rust.tsv 
b/bindings/ruby/DEPENDENCIES.rust.tsv
index a06b85712..c88d5084d 100644
--- a/bindings/ruby/DEPENDENCIES.rust.tsv
+++ b/bindings/ruby/DEPENDENCIES.rust.tsv
@@ -101,8 +101,8 @@ libm@0.2.15                                                 
                        X
 litemap@0.8.0                                                                  
                X               
 lock_api@0.4.13                X                                               
                X                       
 log@0.4.27             X                                                       
        X                       
-magnus@0.7.1                                                                   
        X                       
-magnus-macros@0.6.0                                                            
                X                       
+magnus@0.8.0                                                                   
        X                       
+magnus-macros@0.8.0                                                            
                X                       
 md-5@0.10.6            X                                                       
        X                       
 memchr@2.7.5                                                                   
        X               X       
 minimal-lexical@0.2.1          X                                               
                X                       
@@ -118,7 +118,7 @@ num-iter@0.1.45             X                               
                                X
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 opendal-ruby@0.0.0             X                                               
                                        
 parking_lot@0.12.4             X                                               
                X                       
 parking_lot_core@0.9.11                X                                       
                        X                       
@@ -140,6 +140,7 @@ prost@0.13.5                X
 prost-derive@0.13.5            X                                               
                                        
 quanta@0.12.6                                                                  
        X                       
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.3                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.3.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
@@ -152,6 +153,7 @@ raw-cpuid@11.5.0                                            
                                X
 rb-sys@0.9.116         X                                                       
        X                       
 rb-sys-build@0.9.116           X                                               
                X                       
 rb-sys-env@0.1.2               X                                               
                X                       
+rb-sys-env@0.2.2               X                                               
                X                       
 redox_syscall@0.5.13                                                           
                X                       
 regex@1.11.1           X                                                       
        X                       
 regex-automata@0.4.9           X                                               
                X                       
@@ -187,6 +189,7 @@ simple_asn1@0.6.3                                           
                X
 slab@0.4.10                                                                    
        X                       
 smallvec@1.15.1                X                                               
                X                       
 socket2@0.5.10         X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 spin@0.9.8                                                                     
        X                       
 spinning_top@0.3.0             X                                               
                X                       
 spki@0.7.3             X                                                       
        X                       
@@ -201,7 +204,7 @@ time@0.3.41         X                                       
                        X
 time-core@0.1.4                X                                               
                X                       
 time-macros@0.2.22             X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-macros@2.5.0                                                             
                X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
diff --git a/core/Cargo.lock b/core/Cargo.lock
index 23a2e1d49..8e07e0b0c 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -5367,7 +5367,7 @@ checksum = 
"d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
 
 [[package]]
 name = "opendal"
-version = "0.54.0"
+version = "0.54.1"
 dependencies = [
  "anyhow",
  "async-backtrace",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index f88def700..d7de30dc9 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -28,7 +28,7 @@ homepage = "https://opendal.apache.org/";
 license = "Apache-2.0"
 repository = "https://github.com/apache/opendal";
 rust-version = "1.82"
-version = "0.54.0"
+version = "0.54.1"
 
 [lints.clippy]
 unused_async = "warn"
diff --git a/core/DEPENDENCIES.rust.tsv b/core/DEPENDENCIES.rust.tsv
index 40fce1b60..d0374b344 100644
--- a/core/DEPENDENCIES.rust.tsv
+++ b/core/DEPENDENCIES.rust.tsv
@@ -7,7 +7,7 @@ anyhow@1.0.98           X                                       
                        X
 async-trait@0.1.88             X                                               
                X                       
 atomic-waker@1.1.2             X                                               
                X                       
 autocfg@1.4.0          X                                                       
        X                       
-backon@1.5.0           X                                                       
                                
+backon@1.5.2           X                                                       
                                
 backtrace@0.3.75               X                                               
                X                       
 base64@0.22.1          X                                                       
        X                       
 bitflags@2.9.1         X                                                       
        X                       
@@ -68,6 +68,7 @@ idna_adapter@1.2.1            X                               
                                X
 indexmap@2.9.0         X                                                       
        X                       
 io-uring@0.7.7         X                                                       
        X                       
 ipnet@2.11.0           X                                                       
        X                       
+iri-string@0.7.8               X                                               
                X                       
 itoa@1.0.15            X                                                       
        X                       
 js-sys@0.3.77          X                                                       
        X                       
 libc@0.2.172           X                                                       
        X                       
@@ -75,13 +76,12 @@ litemap@0.8.0                                               
                                        X
 log@0.4.27             X                                                       
        X                       
 md-5@0.10.6            X                                                       
        X                       
 memchr@2.7.4                                                                   
        X               X       
-mime@0.3.17            X                                                       
        X                       
 miniz_oxide@0.8.8              X                                               
                X                       X
 mio@1.0.3                                                                      
        X                       
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 percent-encoding@2.3.1         X                                               
                X                       
 pin-project-lite@0.2.16                X                                       
                        X                       
 pin-utils@0.1.0                X                                               
                X                       
@@ -89,18 +89,18 @@ potential_utf@0.1.2                                         
                                        X
 ppv-lite86@0.2.21              X                                               
                X                       
 proc-macro2@1.0.95             X                                               
                X                       
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.0                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.2.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
 rand_chacha@0.3.1              X                                               
                X                       
 rand_core@0.6.4                X                                               
                X                       
-reqsign@0.16.3         X                                                       
                                
-reqwest@0.12.15                X                                               
                X                       
+reqsign@0.16.5         X                                                       
                                
+reqwest@0.12.22                X                                               
                X                       
 ring@0.17.14           X                                               X       
                                
 rustc-demangle@0.1.24          X                                               
                X                       
 rustc_version@0.4.1            X                                               
                X                       
 rustls@0.23.27         X                                               X       
        X                       
-rustls-pemfile@2.2.0           X                                               
X               X                       
 rustls-pki-types@1.12.0                X                                       
                        X                       
 rustls-webpki@0.103.3                                                          
X                                       
 rustversion@1.0.20             X                                               
                X                       
@@ -108,7 +108,7 @@ ryu@1.0.20          X                               X
 semver@1.0.26          X                                                       
        X                       
 serde@1.0.219          X                                                       
        X                       
 serde_derive@1.0.219           X                                               
                X                       
-serde_json@1.0.140             X                                               
                X                       
+serde_json@1.0.142             X                                               
                X                       
 serde_urlencoded@0.7.1         X                                               
                X                       
 sha1@0.10.6            X                                                       
        X                       
 sha2@0.10.9            X                                                       
        X                       
@@ -116,17 +116,19 @@ shlex@1.3.0               X                               
                                X
 slab@0.4.9                                                                     
        X                       
 smallvec@1.15.0                X                                               
                X                       
 socket2@0.5.9          X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 stable_deref_trait@1.2.0               X                                       
                        X                       
 subtle@2.6.1                                   X                               
                                
 syn@2.0.101            X                                                       
        X                       
 sync_wrapper@1.0.2             X                                               
                                        
 synstructure@0.13.2                                                            
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-macros@2.5.0                                                             
                X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
 tower@0.5.2                                                                    
        X                       
+tower-http@0.6.6                                                               
                X                       
 tower-layer@0.3.3                                                              
                X                       
 tower-service@0.3.3                                                            
                X                       
 tracing@0.1.41                                                                 
        X                       
@@ -138,7 +140,7 @@ unicode-ident@1.0.18                X                       
                                        X       X
 untrusted@0.9.0                                                                
X                                       
 url@2.5.4              X                                                       
        X                       
 utf8_iter@1.0.4                X                                               
                X                       
-uuid@1.16.0            X                                                       
        X                       
+uuid@1.17.0            X                                                       
        X                       
 version_check@0.9.5            X                                               
                X                       
 want@0.3.1                                                                     
        X                       
 wasi@0.11.0+wasi-snapshot-preview1             X       X                       
                                X                       
@@ -157,30 +159,19 @@ windows-core@0.61.2               X                       
                                        X
 windows-implement@0.60.0               X                                       
                        X                       
 windows-interface@0.59.1               X                                       
                        X                       
 windows-link@0.1.1             X                                               
                X                       
-windows-registry@0.4.0         X                                               
                X                       
 windows-result@0.3.4           X                                               
                X                       
-windows-strings@0.3.1          X                                               
                X                       
 windows-strings@0.4.2          X                                               
                X                       
 windows-sys@0.52.0             X                                               
                X                       
 windows-sys@0.59.0             X                                               
                X                       
 windows-targets@0.52.6         X                                               
                X                       
-windows-targets@0.53.0         X                                               
                X                       
 windows_aarch64_gnullvm@0.52.6         X                                       
                        X                       
-windows_aarch64_gnullvm@0.53.0         X                                       
                        X                       
 windows_aarch64_msvc@0.52.6            X                                       
                        X                       
-windows_aarch64_msvc@0.53.0            X                                       
                        X                       
 windows_i686_gnu@0.52.6                X                                       
                        X                       
-windows_i686_gnu@0.53.0                X                                       
                        X                       
 windows_i686_gnullvm@0.52.6            X                                       
                        X                       
-windows_i686_gnullvm@0.53.0            X                                       
                        X                       
 windows_i686_msvc@0.52.6               X                                       
                        X                       
-windows_i686_msvc@0.53.0               X                                       
                        X                       
 windows_x86_64_gnu@0.52.6              X                                       
                        X                       
-windows_x86_64_gnu@0.53.0              X                                       
                        X                       
 windows_x86_64_gnullvm@0.52.6          X                                       
                        X                       
-windows_x86_64_gnullvm@0.53.0          X                                       
                        X                       
 windows_x86_64_msvc@0.52.6             X                                       
                        X                       
-windows_x86_64_msvc@0.53.0             X                                       
                        X                       
 wit-bindgen-rt@0.39.0          X       X                                       
                X                       
 writeable@0.6.1                                                                
                        X               
 yoke@0.8.0                                                                     
                X               
diff --git a/dev/src/release/package.rs b/dev/src/release/package.rs
index d4f182a98..a6788ceb1 100644
--- a/dev/src/release/package.rs
+++ b/dev/src/release/package.rs
@@ -60,31 +60,31 @@ fn make_package(path: &str, version: &str, dependencies: 
Vec<Package>) -> Packag
 
 /// List all packages that are ready for release.
 pub fn all_packages() -> Vec<Package> {
-    let core = make_package("core", "0.54.0", vec![]);
+    let core = make_package("core", "0.54.1", vec![]);
 
     // Integrations
-    let cloud_filter = make_package("integrations/cloud_filter", "0.0.11", 
vec![core.clone()]);
-    let dav_server = make_package("integrations/dav-server", "0.6.2", 
vec![core.clone()]);
-    let fuse3 = make_package("integrations/fuse3", "0.0.18", 
vec![core.clone()]);
-    let object_store = make_package("integrations/object_store", "0.53.0", 
vec![core.clone()]);
-    let parquet = make_package("integrations/parquet", "0.6.0", 
vec![core.clone()]);
-    let unftp_sbe = make_package("integrations/unftp-sbe", "0.3.0", 
vec![core.clone()]);
+    let cloud_filter = make_package("integrations/cloud_filter", "0.0.12", 
vec![core.clone()]);
+    let dav_server = make_package("integrations/dav-server", "0.6.3", 
vec![core.clone()]);
+    let fuse3 = make_package("integrations/fuse3", "0.0.19", 
vec![core.clone()]);
+    let object_store = make_package("integrations/object_store", "0.54.1", 
vec![core.clone()]);
+    let parquet = make_package("integrations/parquet", "0.6.1", 
vec![core.clone()]);
+    let unftp_sbe = make_package("integrations/unftp-sbe", "0.3.1", 
vec![core.clone()]);
 
     // Binaries
-    let oay = make_package("bin/oay", "0.41.22", vec![core.clone(), 
dav_server.clone()]);
+    let oay = make_package("bin/oay", "0.41.23", vec![core.clone(), 
dav_server.clone()]);
     let ofs = make_package(
         "bin/ofs",
-        "0.0.23",
+        "0.0.24",
         vec![core.clone(), fuse3.clone(), cloud_filter.clone()],
     );
-    let oli = make_package("bin/oli", "0.41.22", vec![core.clone()]);
+    let oli = make_package("bin/oli", "0.41.23", vec![core.clone()]);
 
     // Bindings
-    let c = make_package("bindings/c", "0.46.2", vec![core.clone()]);
-    let cpp = make_package("bindings/cpp", "0.45.22", vec![core.clone()]);
-    let java = make_package("bindings/java", "0.48.0", vec![core.clone()]);
-    let nodejs = make_package("bindings/nodejs", "0.49.0", vec![core.clone()]);
-    let python = make_package("bindings/python", "0.46.0", vec![core.clone()]);
+    let c = make_package("bindings/c", "0.46.3", vec![core.clone()]);
+    let cpp = make_package("bindings/cpp", "0.45.23", vec![core.clone()]);
+    let java = make_package("bindings/java", "0.48.1", vec![core.clone()]);
+    let nodejs = make_package("bindings/nodejs", "0.49.1", vec![core.clone()]);
+    let python = make_package("bindings/python", "0.46.1", vec![core.clone()]);
 
     vec![
         core,
diff --git a/integrations/cloud_filter/Cargo.toml 
b/integrations/cloud_filter/Cargo.toml
index fb2a297e6..ef6ce2526 100644
--- a/integrations/cloud_filter/Cargo.toml
+++ b/integrations/cloud_filter/Cargo.toml
@@ -24,7 +24,7 @@ license = "Apache-2.0"
 name = "cloud_filter_opendal"
 repository = "https://github.com/apache/opendal";
 rust-version = "1.82"
-version = "0.0.11"
+version = "0.0.12"
 
 [package.metadata.docs.rs]
 default-target = "x86_64-pc-windows-msvc"
diff --git a/integrations/cloud_filter/DEPENDENCIES.rust.tsv 
b/integrations/cloud_filter/DEPENDENCIES.rust.tsv
index 29c39543a..9307812f4 100644
--- a/integrations/cloud_filter/DEPENDENCIES.rust.tsv
+++ b/integrations/cloud_filter/DEPENDENCIES.rust.tsv
@@ -18,7 +18,7 @@ cc@1.2.29             X                                       
                        X
 cfg-if@1.0.1           X                                                       
        X                       
 chrono@0.4.41          X                                                       
        X                       
 cloud-filter@0.0.5                                                             
                X                       
-cloud_filter_opendal@0.0.11            X                                       
                                                
+cloud_filter_opendal@0.0.12            X                                       
                                                
 const-oid@0.9.6                X                                               
                X                       
 core-foundation-sys@0.8.7              X                                       
                        X                       
 cpufeatures@0.2.17             X                                               
                X                       
@@ -85,7 +85,7 @@ num-conv@0.1.0                X                               
                                X
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 percent-encoding@2.3.1         X                                               
                X                       
 pin-project-lite@0.2.16                X                                       
                        X                       
 pin-utils@0.1.0                X                                               
                X                       
@@ -94,6 +94,7 @@ powerfmt@0.2.0                X                               
                                X
 ppv-lite86@0.2.21              X                                               
                X                       
 proc-macro2@1.0.95             X                                               
                X                       
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.0                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.3.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
@@ -121,6 +122,7 @@ signal-hook-registry@1.4.5          X                       
                                        X
 slab@0.4.10                                                                    
        X                       
 smallvec@1.15.1                X                                               
                X                       
 socket2@0.5.10         X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 stable_deref_trait@1.2.0               X                                       
                        X                       
 subtle@2.6.1                                   X                               
                                
 syn@2.0.104            X                                                       
        X                       
@@ -130,7 +132,7 @@ time@0.3.41         X                                       
                        X
 time-core@0.1.4                X                                               
                X                       
 time-macros@0.2.22             X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-macros@2.5.0                                                             
                X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
diff --git a/integrations/dav-server/Cargo.toml 
b/integrations/dav-server/Cargo.toml
index 6f7451480..67efe0264 100644
--- a/integrations/dav-server/Cargo.toml
+++ b/integrations/dav-server/Cargo.toml
@@ -18,7 +18,7 @@
 [package]
 description = "Use OpenDAL as a backend to access data in various service with 
WebDAV protocol"
 name = "dav-server-opendalfs"
-version = "0.6.2"
+version = "0.6.3"
 
 authors = ["Apache OpenDAL <d...@opendal.apache.org>"]
 edition = "2021"
diff --git a/integrations/dav-server/DEPENDENCIES.rust.tsv 
b/integrations/dav-server/DEPENDENCIES.rust.tsv
index 6c3cca5ad..811eec7d5 100644
--- a/integrations/dav-server/DEPENDENCIES.rust.tsv
+++ b/integrations/dav-server/DEPENDENCIES.rust.tsv
@@ -21,7 +21,7 @@ core-foundation-sys@0.8.7             X                       
                                X
 cpufeatures@0.2.17             X                                               
        X                               
 crypto-common@0.1.6            X                                               
        X                               
 dav-server@0.8.0               X                                               
                                        
-dav-server-opendalfs@0.6.2             X                                       
                                                
+dav-server-opendalfs@0.6.3             X                                       
                                                
 deranged@0.4.0         X                                                       
X                               
 derivative@2.2.0               X                                               
        X                               
 digest@0.10.7          X                                                       
X                               
@@ -92,7 +92,7 @@ num-conv@0.1.0                X                               
                        X
 num-traits@0.2.19              X                                               
        X                               
 object@0.36.7          X                                                       
X                               
 once_cell@1.21.3               X                                               
        X                               
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 parking_lot@0.12.4             X                                               
        X                               
 parking_lot_core@0.9.11                X                                       
                X                               
 percent-encoding@2.3.1         X                                               
        X                               
@@ -103,7 +103,7 @@ pin-utils@0.1.0             X                               
                        X
 potential_utf@0.1.2                                                            
                        X               
 powerfmt@0.2.0         X                                                       
X                               
 proc-macro2@1.0.95             X                                               
        X                               
-quick-xml@0.37.5                                                               
        X                               
+quick-xml@0.38.3                                                               
        X                               
 quote@1.0.40           X                                                       
X                               
 r-efi@5.3.0            X                                               X       
X                               
 redox_syscall@0.5.13                                                           
        X                               
@@ -130,6 +130,7 @@ shlex@1.3.0         X                                       
                X
 slab@0.4.10                                                                    
X                               
 smallvec@1.15.1                X                                               
        X                               
 socket2@0.5.10         X                                                       
X                               
+socket2@0.6.0          X                                                       
X                               
 stable_deref_trait@1.2.0               X                                       
                X                               
 subtle@2.6.1                           X                                       
                                
 syn@1.0.109            X                                                       
X                               
@@ -140,7 +141,7 @@ time@0.3.41         X                                       
                X
 time-core@0.1.4                X                                               
        X                               
 time-macros@0.2.22             X                                               
        X                               
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
X                               
+tokio@1.47.1                                                                   
X                               
 tokio-macros@2.5.0                                                             
        X                               
 tokio-rustls@0.26.2            X                                               
        X                               
 tokio-util@0.7.15                                                              
        X                               
diff --git a/integrations/fuse3/Cargo.toml b/integrations/fuse3/Cargo.toml
index d27a904ab..d195371ab 100644
--- a/integrations/fuse3/Cargo.toml
+++ b/integrations/fuse3/Cargo.toml
@@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/";
 license = "Apache-2.0"
 repository = "https://github.com/apache/opendal";
 rust-version = "1.82"
-version = "0.0.18"
+version = "0.0.19"
 
 [dependencies]
 bytes = "1.6.0"
diff --git a/integrations/fuse3/DEPENDENCIES.rust.tsv 
b/integrations/fuse3/DEPENDENCIES.rust.tsv
index 0b7185860..1067d5a9c 100644
--- a/integrations/fuse3/DEPENDENCIES.rust.tsv
+++ b/integrations/fuse3/DEPENDENCIES.rust.tsv
@@ -31,7 +31,7 @@ fastrand@2.3.0                X                               
                        X
 fnv@1.0.7              X                                                       
X                       
 form_urlencoded@1.2.1          X                                               
        X                       
 fuse3@0.8.1                                                                    
X                       
-fuse3_opendal@0.0.18           X                                               
                                
+fuse3_opendal@0.0.19           X                                               
                                
 futures@0.3.31         X                                                       
X                       
 futures-channel@0.3.31         X                                               
        X                       
 futures-core@0.3.31            X                                               
        X                       
@@ -83,14 +83,14 @@ nix@0.29.0                                                  
                X
 num-traits@0.2.19              X                                               
        X                       
 object@0.36.7          X                                                       
X                       
 once_cell@1.21.3               X                                               
        X                       
-opendal@0.54.0         X                                                       
                        
+opendal@0.54.1         X                                                       
                        
 parking@2.2.1          X                                                       
X                       
 percent-encoding@2.3.1         X                                               
        X                       
 pin-project-lite@0.2.16                X                                       
                X                       
 pin-utils@0.1.0                X                                               
        X                       
 potential_utf@0.1.2                                                            
                X               
 proc-macro2@1.0.95             X                                               
        X                       
-quick-xml@0.37.5                                                               
        X                       
+quick-xml@0.38.3                                                               
        X                       
 quote@1.0.40           X                                                       
X                       
 r-efi@5.3.0            X                                               X       
X                       
 reqwest@0.12.22                X                                               
        X                       
@@ -112,13 +112,14 @@ signal-hook-registry@1.4.5                X               
                                        X
 slab@0.4.10                                                                    
X                       
 smallvec@1.15.1                X                                               
        X                       
 socket2@0.5.10         X                                                       
X                       
+socket2@0.6.0          X                                                       
X                       
 stable_deref_trait@1.2.0               X                                       
                X                       
 subtle@2.6.1                           X                                       
                        
 syn@2.0.104            X                                                       
X                       
 sync_wrapper@1.0.2             X                                               
                                
 synstructure@0.13.2                                                            
        X                       
 tinystr@0.8.1                                                                  
        X               
-tokio@1.46.1                                                                   
X                       
+tokio@1.47.1                                                                   
X                       
 tokio-macros@2.5.0                                                             
        X                       
 tokio-rustls@0.26.2            X                                               
        X                       
 tokio-util@0.7.15                                                              
        X                       
diff --git a/integrations/object_store/Cargo.toml 
b/integrations/object_store/Cargo.toml
index 5502658d4..8a9ac27c6 100644
--- a/integrations/object_store/Cargo.toml
+++ b/integrations/object_store/Cargo.toml
@@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/";
 license = "Apache-2.0"
 repository = "https://github.com/apache/opendal";
 rust-version = "1.82"
-version = "0.54.0"
+version = "0.54.1"
 
 [features]
 send_wrapper = ["dep:send_wrapper"]
diff --git a/integrations/object_store/DEPENDENCIES.rust.tsv 
b/integrations/object_store/DEPENDENCIES.rust.tsv
index 1ceeee907..293521897 100644
--- a/integrations/object_store/DEPENDENCIES.rust.tsv
+++ b/integrations/object_store/DEPENDENCIES.rust.tsv
@@ -82,10 +82,10 @@ miniz_oxide@0.8.9           X                               
                                X                       X
 mio@1.0.4                                                                      
        X                       
 num-traits@0.2.19              X                                               
                X                       
 object@0.36.7          X                                                       
        X                       
-object_store@0.12.2            X                                               
                X                       
-object_store_opendal@0.54.0            X                                       
                                                
+object_store@0.12.3            X                                               
                X                       
+object_store_opendal@0.54.1            X                                       
                                                
 once_cell@1.21.3               X                                               
                X                       
-opendal@0.54.0         X                                                       
                                
+opendal@0.54.1         X                                                       
                                
 parking_lot@0.12.4             X                                               
                X                       
 parking_lot_core@0.9.11                X                                       
                        X                       
 percent-encoding@2.3.1         X                                               
                X                       
@@ -97,6 +97,7 @@ potential_utf@0.1.2                                           
                                        X
 ppv-lite86@0.2.21              X                                               
                X                       
 proc-macro2@1.0.95             X                                               
                X                       
 quick-xml@0.37.5                                                               
                X                       
+quick-xml@0.38.0                                                               
                X                       
 quote@1.0.40           X                                                       
        X                       
 r-efi@5.3.0            X                                                       
X       X                       
 rand@0.8.5             X                                                       
        X                       
@@ -126,6 +127,7 @@ shlex@1.3.0         X                                       
                        X
 slab@0.4.10                                                                    
        X                       
 smallvec@1.15.1                X                                               
                X                       
 socket2@0.5.10         X                                                       
        X                       
+socket2@0.6.0          X                                                       
        X                       
 stable_deref_trait@1.2.0               X                                       
                        X                       
 subtle@2.6.1                                   X                               
                                
 syn@2.0.104            X                                                       
        X                       
@@ -134,7 +136,7 @@ synstructure@0.13.2                                         
                                X
 thiserror@2.0.12               X                                               
                X                       
 thiserror-impl@2.0.12          X                                               
                X                       
 tinystr@0.8.1                                                                  
                X               
-tokio@1.46.1                                                                   
        X                       
+tokio@1.47.1                                                                   
        X                       
 tokio-macros@2.5.0                                                             
                X                       
 tokio-rustls@0.26.2            X                                               
                X                       
 tokio-util@0.7.15                                                              
                X                       
diff --git a/integrations/parquet/Cargo.toml b/integrations/parquet/Cargo.toml
index cdd6c512f..142192912 100644
--- a/integrations/parquet/Cargo.toml
+++ b/integrations/parquet/Cargo.toml
@@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/";
 license = "Apache-2.0"
 repository = "https://github.com/apache/opendal";
 rust-version = "1.82"
-version = "0.6.0"
+version = "0.6.1"
 
 [dependencies]
 async-trait = "0.1"
diff --git a/integrations/parquet/DEPENDENCIES.rust.tsv 
b/integrations/parquet/DEPENDENCIES.rust.tsv
index f105db7bf..eb4c7cabf 100644
--- a/integrations/parquet/DEPENDENCIES.rust.tsv
+++ b/integrations/parquet/DEPENDENCIES.rust.tsv
@@ -107,10 +107,10 @@ num-rational@0.4.2                X                       
                                                X
 num-traits@0.2.19              X                                               
                        X                       
 object@0.36.7          X                                                       
                X                       
 once_cell@1.21.3               X                                               
                        X                       
-opendal@0.54.0         X                                                       
                                        
+opendal@0.54.1         X                                                       
                                        
 ordered-float@2.10.1                                                           
                        X                       
 parquet@54.3.1         X                                                       
                                        
-parquet_opendal@0.6.0          X                                               
                                                
+parquet_opendal@0.6.1          X                                               
                                                
 paste@1.0.15           X                                                       
                X                       
 percent-encoding@2.3.1         X                                               
                        X                       
 pin-project-lite@0.2.16                X                                       
                                X                       
@@ -118,7 +118,7 @@ pin-utils@0.1.0             X                               
                                        X
 potential_utf@0.1.2                                                            
                                X               
 ppv-lite86@0.2.21              X                                               
                        X                       
 proc-macro2@1.0.95             X                                               
                        X                       
-quick-xml@0.37.5                                                               
                        X                       
+quick-xml@0.38.3                                                               
                        X                       
 quote@1.0.40           X                                                       
                X                       
 r-efi@5.3.0            X                                                       
        X       X                       
 rand@0.8.5             X                                                       
                X                       
@@ -146,6 +146,7 @@ shlex@1.3.0         X                                       
                                X
 slab@0.4.10                                                                    
                X                       
 smallvec@1.15.1                X                                               
                        X                       
 socket2@0.5.10         X                                                       
                X                       
+socket2@0.6.0          X                                                       
                X                       
 stable_deref_trait@1.2.0               X                                       
                                X                       
 static_assertions@1.1.0                X                                       
                                X                       
 subtle@2.6.1                                   X                               
                                        
@@ -155,7 +156,7 @@ synstructure@0.13.2                                         
                                        X
 thrift@0.17.0          X                                                       
                                        
 tiny-keccak@2.0.2                                                      X       
                                                
 tinystr@0.8.1                                                                  
                        X               
-tokio@1.46.1                                                                   
                X                       
+tokio@1.47.1                                                                   
                X                       
 tokio-macros@2.5.0                                                             
                        X                       
 tokio-rustls@0.26.2            X                                               
                        X                       
 tokio-util@0.7.15                                                              
                        X                       
diff --git a/integrations/unftp-sbe/Cargo.toml 
b/integrations/unftp-sbe/Cargo.toml
index 0306008f7..1d4bf41a3 100644
--- a/integrations/unftp-sbe/Cargo.toml
+++ b/integrations/unftp-sbe/Cargo.toml
@@ -24,7 +24,7 @@ license = "Apache-2.0"
 name = "unftp-sbe-opendal"
 repository = "https://github.com/apache/opendal";
 rust-version = "1.82"
-version = "0.3.0"
+version = "0.3.1"
 
 [dependencies]
 async-trait = "0.1.88"
diff --git a/integrations/unftp-sbe/DEPENDENCIES.rust.tsv 
b/integrations/unftp-sbe/DEPENDENCIES.rust.tsv
index da74745b7..67b8a1372 100644
--- a/integrations/unftp-sbe/DEPENDENCIES.rust.tsv
+++ b/integrations/unftp-sbe/DEPENDENCIES.rust.tsv
@@ -122,7 +122,7 @@ num-traits@0.2.19           X                               
                                        X
 object@0.36.7          X                                                       
                X                                               
 oid-registry@0.8.1             X                                               
                        X                                               
 once_cell@1.21.3               X                                               
                        X                                               
-opendal@0.54.0         X                                                       
                                                                
+opendal@0.54.1         X                                                       
                                                                
 overload@0.1.1                                                                 
                X                                               
 parking_lot@0.12.4             X                                               
                        X                                               
 parking_lot_core@0.9.11                X                                       
                                X                                               
@@ -137,7 +137,7 @@ prettyplease@0.2.35         X                               
                                        X
 proc-macro2@1.0.95             X                                               
                        X                                               
 prometheus@0.14.0              X                                               
                                                                        
 proxy-protocol@0.5.0           X                                               
                        X                                               
-quick-xml@0.37.5                                                               
                        X                                               
+quick-xml@0.38.3                                                               
                        X                                               
 quote@1.0.40           X                                                       
                X                                               
 r-efi@5.3.0            X                                                       
        X       X                                               
 rand@0.8.5             X                                                       
                X                                               
@@ -183,6 +183,7 @@ smallvec@1.15.1             X                               
                                        X
 snafu@0.6.10           X                                                       
                X                                               
 snafu-derive@0.6.10            X                                               
                        X                                               
 socket2@0.5.10         X                                                       
                X                                               
+socket2@0.6.0          X                                                       
                X                                               
 stable_deref_trait@1.2.0               X                                       
                                X                                               
 subtle@2.6.1                                   X                               
                                                                
 syn@1.0.109            X                                                       
                X                                               
@@ -199,7 +200,7 @@ time@0.3.41         X                                       
                                X
 time-core@0.1.4                X                                               
                        X                                               
 time-macros@0.2.22             X                                               
                        X                                               
 tinystr@0.8.1                                                                  
                                                X               
-tokio@1.46.1                                                                   
                X                                               
+tokio@1.47.1                                                                   
                X                                               
 tokio-macros@2.5.0                                                             
                        X                                               
 tokio-rustls@0.26.2            X                                               
                        X                                               
 tokio-util@0.7.15                                                              
                        X                                               
@@ -214,7 +215,7 @@ tracing-log@0.2.0                                           
                                        X
 tracing-subscriber@0.3.19                                                      
                                X                                               
 try-lock@0.2.5                                                                 
                X                                               
 typenum@1.18.0         X                                                       
                X                                               
-unftp-sbe-opendal@0.3.0                X                                       
                                                                                
+unftp-sbe-opendal@0.3.1                X                                       
                                                                                
 unicode-ident@1.0.18           X                                               
                        X                               X               
 unicode-xid@0.2.6              X                                               
                        X                                               
 untrusted@0.9.0                                                                
        X                                                               
diff --git a/integrations/virtiofs/DEPENDENCIES.rust.tsv 
b/integrations/virtiofs/DEPENDENCIES.rust.tsv
index 4300ab230..14f8c26f0 100644
--- a/integrations/virtiofs/DEPENDENCIES.rust.tsv
+++ b/integrations/virtiofs/DEPENDENCIES.rust.tsv
@@ -81,14 +81,14 @@ nom@7.1.3                                                   
                X
 num-traits@0.2.19              X                                               
        X                       
 object@0.36.7          X                                                       
X                       
 once_cell@1.21.3               X                                               
        X                       
-opendal@0.54.0         X                                                       
                        
+opendal@0.54.1         X                                                       
                        
 percent-encoding@2.3.1         X                                               
        X                       
 pin-project-lite@0.2.16                X                                       
                X                       
 pin-utils@0.1.0                X                                               
        X                       
 potential_utf@0.1.2                                                            
                X               
 prettyplease@0.2.35            X                                               
        X                       
 proc-macro2@1.0.95             X                                               
        X                       
-quick-xml@0.37.5                                                               
        X                       
+quick-xml@0.38.3                                                               
        X                       
 quote@1.0.40           X                                                       
X                       
 r-efi@5.3.0            X                                               X       
X                       
 regex@1.11.1           X                                                       
X                       
@@ -114,6 +114,7 @@ smallvec@1.15.1             X                               
                        X
 snafu@0.8.6            X                                                       
X                       
 snafu-derive@0.8.6             X                                               
        X                       
 socket2@0.5.10         X                                                       
X                       
+socket2@0.6.0          X                                                       
X                       
 stable_deref_trait@1.2.0               X                                       
                X                       
 subtle@2.6.1                           X                                       
                        
 syn@2.0.104            X                                                       
X                       
@@ -122,7 +123,7 @@ synstructure@0.13.2                                         
                        X
 thiserror@1.0.69               X                                               
        X                       
 thiserror-impl@1.0.69          X                                               
        X                       
 tinystr@0.8.1                                                                  
        X               
-tokio@1.46.1                                                                   
X                       
+tokio@1.47.1                                                                   
X                       
 tokio-rustls@0.26.2            X                                               
        X                       
 tokio-util@0.7.15                                                              
        X                       
 tower@0.5.2                                                                    
X                       


Reply via email to