dependabot[bot] opened a new pull request, #2559:
URL: https://github.com/apache/datafusion-comet/pull/2559

   Bumps [opendal](https://github.com/apache/opendal) from 0.54.0 to 0.54.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/opendal/releases";>opendal's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.54.1</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <h3>Added</h3>
   <ul>
   <li>feat: Conditional reader for cos by <a 
href="https://github.com/pmupkin";><code>@​pmupkin</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6424";>apache/opendal#6424</a></li>
   <li>feat: Add project layout for openval by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6427";>apache/opendal#6427</a></li>
   <li>feat: Add if-not-exists support for copy with azblob as example by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6447";>apache/opendal#6447</a></li>
   <li>feat(bindings/cpp): enhance Metadata API with comprehensive feature a… 
by <a href="https://github.com/JackDrogon";><code>@​JackDrogon</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6445";>apache/opendal#6445</a></li>
   <li>feat: Add prefetch support for concurrent read by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6449";>apache/opendal#6449</a></li>
   <li>feat(bindings/cpp): adopt Google C++ Style Guide for API naming by <a 
href="https://github.com/JackDrogon";><code>@​JackDrogon</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6448";>apache/opendal#6448</a></li>
   <li>feat(object_store): Implement copy, rename and return metadata after 
writing by <a 
href="https://github.com/codephage2020";><code>@​codephage2020</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6452";>apache/opendal#6452</a></li>
   <li>feat(object_store): Implement copy_if_not_exists, put_multipart_opts and 
metadata  in GetResult by <a 
href="https://github.com/codephage2020";><code>@​codephage2020</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6468";>apache/opendal#6468</a></li>
   <li>chore(deps): add groups for nodejs by <a 
href="https://github.com/asukaminato0721";><code>@​asukaminato0721</code></a> in 
<a 
href="https://redirect.github.com/apache/opendal/pull/6469";>apache/opendal#6469</a></li>
   <li>feat(bindings/ocaml): add more blocking api for ocaml by <a 
href="https://github.com/asukaminato0721";><code>@​asukaminato0721</code></a> in 
<a 
href="https://redirect.github.com/apache/opendal/pull/6238";>apache/opendal#6238</a></li>
   <li>fix(bindings/cpp): Add capability to fix failed tests by <a 
href="https://github.com/asukaminato0721";><code>@​asukaminato0721</code></a> in 
<a 
href="https://redirect.github.com/apache/opendal/pull/6488";>apache/opendal#6488</a></li>
   <li>feat(bindings/cpp): enable user-configurable features for storage 
services by <a 
href="https://github.com/KinomotoMio";><code>@​KinomotoMio</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6503";>apache/opendal#6503</a></li>
   <li>feat(services/oss): add support for security token for Aliyun OSS by <a 
href="https://github.com/cavivie";><code>@​cavivie</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6511";>apache/opendal#6511</a></li>
   <li>feat(services/azblob): Add compatibility aliases for Apache Arrow 
object_store by <a 
href="https://github.com/jackye1995";><code>@​jackye1995</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6527";>apache/opendal#6527</a></li>
   <li>feat(services/gcs): add configuration aliases for better Arrow 
object_store compatibility by <a 
href="https://github.com/jackye1995";><code>@​jackye1995</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6526";>apache/opendal#6526</a></li>
   <li>feat(services/s3): add configuration aliases for better Arrow 
object_store compatibility by <a 
href="https://github.com/jackye1995";><code>@​jackye1995</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6524";>apache/opendal#6524</a></li>
   <li>feat: allow using object_store as opendal's backend by <a 
href="https://github.com/flaneur2020";><code>@​flaneur2020</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6283";>apache/opendal#6283</a></li>
   <li>feat(services/opfs): Add <code>create_dir</code> support for OPFS by <a 
href="https://github.com/crwen";><code>@​crwen</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6542";>apache/opendal#6542</a></li>
   <li>feat(bindings/ruby): support file open options by <a 
href="https://github.com/erickguan";><code>@​erickguan</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6538";>apache/opendal#6538</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>refactor(website): remove unused dependencies and update node engine 
requirement by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6421";>apache/opendal#6421</a></li>
   <li>refacrtor: Reduce usage of scheme inside raw by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6457";>apache/opendal#6457</a></li>
   <li>refactor: Migrate etcd service to implement Access directly by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6420";>apache/opendal#6420</a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>fix(bin/oli): Fix tests when TMPDIR is not /tmp by <a 
href="https://github.com/XYenon";><code>@​XYenon</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6429";>apache/opendal#6429</a></li>
   <li>fix: patch futures buffer concurrent by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6442";>apache/opendal#6442</a></li>
   <li>fix(services/oss): unnecessary header 'content-type' are included in the 
get_object request by <a 
href="https://github.com/honsunrise";><code>@​honsunrise</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6455";>apache/opendal#6455</a></li>
   <li>fix(services/moka): prevent the weigher from being overwritten by <a 
href="https://github.com/koushiro";><code>@​koushiro</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6498";>apache/opendal#6498</a></li>
   <li>fix(services/azblob): Fix azblob base64 validation by <a 
href="https://github.com/kenwoodjw";><code>@​kenwoodjw</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6500";>apache/opendal#6500</a></li>
   <li>fix(bindings/nodejs): use value.prefetch instead of value.concurrent for 
prefetch option by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6502";>apache/opendal#6502</a></li>
   <li>fix(integrations/object_store): remove redundant into_iter() call by <a 
href="https://github.com/KinomotoMio";><code>@​KinomotoMio</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6509";>apache/opendal#6509</a></li>
   <li>fix(bindings/cpp): correct cxx_async namespace attribute by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6514";>apache/opendal#6514</a></li>
   <li>Fix: make cpp binding build robust by <a 
href="https://github.com/devillove084";><code>@​devillove084</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6460";>apache/opendal#6460</a></li>
   <li>fix: Do not trim trailing slash of name_node by <a 
href="https://github.com/wForget";><code>@​wForget</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6556";>apache/opendal#6556</a></li>
   </ul>
   <h3>Docs</h3>
   <ul>
   <li>docs(release): fix CI workflow links for bindings by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6437";>apache/opendal#6437</a></li>
   <li>docs: Update RFC-5444 Operator From Uri by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6453";>apache/opendal#6453</a></li>
   <li>docs(core): update docs of building a storage service by <a 
href="https://github.com/crwen";><code>@​crwen</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6554";>apache/opendal#6554</a></li>
   </ul>
   <h3>CI</h3>
   <ul>
   <li>ci: remove docker-compose version top-level elements by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6436";>apache/opendal#6436</a></li>
   <li>ci: Update ci_bindings_zig.yml by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6444";>apache/opendal#6444</a></li>
   <li>ci: enable trust publishing for rust crates by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6454";>apache/opendal#6454</a></li>
   <li>ci(bindings/cpp): cpp test framework by <a 
href="https://github.com/asukaminato0721";><code>@​asukaminato0721</code></a> in 
<a 
href="https://redirect.github.com/apache/opendal/pull/6296";>apache/opendal#6296</a></li>
   <li>ci: Use ubuntu-24.04-arm for java release to address glibc issues by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6486";>apache/opendal#6486</a></li>
   <li>ci: refactor nodejs ci workflow by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6491";>apache/opendal#6491</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/opendal/blob/main/CHANGELOG.md";>opendal's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[v0.54.1] - 2025-09-02</h2>
   <h3>Added</h3>
   <ul>
   <li>feat: Conditional reader for cos by <a 
href="https://github.com/pmupkin";><code>@​pmupkin</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6424";>apache/opendal#6424</a></li>
   <li>feat: Add project layout for openval by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6427";>apache/opendal#6427</a></li>
   <li>feat: Add if-not-exists support for copy with azblob as example by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6447";>apache/opendal#6447</a></li>
   <li>feat(bindings/cpp): enhance Metadata API with comprehensive feature a… 
by <a href="https://github.com/JackDrogon";><code>@​JackDrogon</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6445";>apache/opendal#6445</a></li>
   <li>feat: Add prefetch support for concurrent read by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6449";>apache/opendal#6449</a></li>
   <li>feat(bindings/cpp): adopt Google C++ Style Guide for API naming by <a 
href="https://github.com/JackDrogon";><code>@​JackDrogon</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6448";>apache/opendal#6448</a></li>
   <li>feat(object_store): Implement copy, rename and return metadata after 
writing by <a 
href="https://github.com/codephage2020";><code>@​codephage2020</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6452";>apache/opendal#6452</a></li>
   <li>feat(object_store): Implement copy_if_not_exists, put_multipart_opts and 
metadata  in GetResult by <a 
href="https://github.com/codephage2020";><code>@​codephage2020</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6468";>apache/opendal#6468</a></li>
   <li>chore(deps): add groups for nodejs by <a 
href="https://github.com/asukaminato0721";><code>@​asukaminato0721</code></a> in 
<a 
href="https://redirect.github.com/apache/opendal/pull/6469";>apache/opendal#6469</a></li>
   <li>feat(bindings/ocaml): add more blocking api for ocaml by <a 
href="https://github.com/asukaminato0721";><code>@​asukaminato0721</code></a> in 
<a 
href="https://redirect.github.com/apache/opendal/pull/6238";>apache/opendal#6238</a></li>
   <li>fix(bindings/cpp): Add capability to fix failed tests by <a 
href="https://github.com/asukaminato0721";><code>@​asukaminato0721</code></a> in 
<a 
href="https://redirect.github.com/apache/opendal/pull/6488";>apache/opendal#6488</a></li>
   <li>feat(bindings/cpp): enable user-configurable features for storage 
services by <a 
href="https://github.com/KinomotoMio";><code>@​KinomotoMio</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6503";>apache/opendal#6503</a></li>
   <li>feat(services/oss): add support for security token for Aliyun OSS by <a 
href="https://github.com/cavivie";><code>@​cavivie</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6511";>apache/opendal#6511</a></li>
   <li>feat(services/azblob): Add compatibility aliases for Apache Arrow 
object_store by <a 
href="https://github.com/jackye1995";><code>@​jackye1995</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6527";>apache/opendal#6527</a></li>
   <li>feat(services/gcs): add configuration aliases for better Arrow 
object_store compatibility by <a 
href="https://github.com/jackye1995";><code>@​jackye1995</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6526";>apache/opendal#6526</a></li>
   <li>feat(services/s3): add configuration aliases for better Arrow 
object_store compatibility by <a 
href="https://github.com/jackye1995";><code>@​jackye1995</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6524";>apache/opendal#6524</a></li>
   <li>feat: allow using object_store as opendal's backend by <a 
href="https://github.com/flaneur2020";><code>@​flaneur2020</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6283";>apache/opendal#6283</a></li>
   <li>feat(services/opfs): Add <code>create_dir</code> support for OPFS by <a 
href="https://github.com/crwen";><code>@​crwen</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6542";>apache/opendal#6542</a></li>
   <li>feat(bindings/ruby): support file open options by <a 
href="https://github.com/erickguan";><code>@​erickguan</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6538";>apache/opendal#6538</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>refactor(website): remove unused dependencies and update node engine 
requirement by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6421";>apache/opendal#6421</a></li>
   <li>refacrtor: Reduce usage of scheme inside raw by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6457";>apache/opendal#6457</a></li>
   <li>refactor: Migrate etcd service to implement Access directly by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6420";>apache/opendal#6420</a></li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>fix(bin/oli): Fix tests when TMPDIR is not /tmp by <a 
href="https://github.com/XYenon";><code>@​XYenon</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6429";>apache/opendal#6429</a></li>
   <li>fix: patch futures buffer concurrent by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6442";>apache/opendal#6442</a></li>
   <li>fix(services/oss): unnecessary header 'content-type' are included in the 
get_object request by <a 
href="https://github.com/honsunrise";><code>@​honsunrise</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6455";>apache/opendal#6455</a></li>
   <li>fix(services/moka): prevent the weigher from being overwritten by <a 
href="https://github.com/koushiro";><code>@​koushiro</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6498";>apache/opendal#6498</a></li>
   <li>fix(services/azblob): Fix azblob base64 validation by <a 
href="https://github.com/kenwoodjw";><code>@​kenwoodjw</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6500";>apache/opendal#6500</a></li>
   <li>fix(bindings/nodejs): use value.prefetch instead of value.concurrent for 
prefetch option by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6502";>apache/opendal#6502</a></li>
   <li>fix(integrations/object_store): remove redundant into_iter() call by <a 
href="https://github.com/KinomotoMio";><code>@​KinomotoMio</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6509";>apache/opendal#6509</a></li>
   <li>fix(bindings/cpp): correct cxx_async namespace attribute by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6514";>apache/opendal#6514</a></li>
   <li>Fix: make cpp binding build robust by <a 
href="https://github.com/devillove084";><code>@​devillove084</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6460";>apache/opendal#6460</a></li>
   <li>fix: Do not trim trailing slash of name_node by <a 
href="https://github.com/wForget";><code>@​wForget</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6556";>apache/opendal#6556</a></li>
   </ul>
   <h3>Docs</h3>
   <ul>
   <li>docs(release): fix CI workflow links for bindings by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6437";>apache/opendal#6437</a></li>
   <li>docs: Update RFC-5444 Operator From Uri by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6453";>apache/opendal#6453</a></li>
   <li>docs(core): update docs of building a storage service by <a 
href="https://github.com/crwen";><code>@​crwen</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6554";>apache/opendal#6554</a></li>
   </ul>
   <h3>CI</h3>
   <ul>
   <li>ci: remove docker-compose version top-level elements by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6436";>apache/opendal#6436</a></li>
   <li>ci: Update ci_bindings_zig.yml by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6444";>apache/opendal#6444</a></li>
   <li>ci: enable trust publishing for rust crates by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6454";>apache/opendal#6454</a></li>
   <li>ci(bindings/cpp): cpp test framework by <a 
href="https://github.com/asukaminato0721";><code>@​asukaminato0721</code></a> in 
<a 
href="https://redirect.github.com/apache/opendal/pull/6296";>apache/opendal#6296</a></li>
   <li>ci: Use ubuntu-24.04-arm for java release to address glibc issues by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6486";>apache/opendal#6486</a></li>
   <li>ci: refactor nodejs ci workflow by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6491";>apache/opendal#6491</a></li>
   <li>ci: update workflow nodejs version and remove corepack by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6495";>apache/opendal#6495</a></li>
   <li>chore(ci): upgrade 1password/load-secrets-action v3 by <a 
href="https://github.com/kingsword09";><code>@​kingsword09</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/6517";>apache/opendal#6517</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/opendal/commit/b93c3ae3834e19af1817183c8aef3a849f6813c6";><code>b93c3ae</code></a>
 Bump version to 0.54.1 (<a 
href="https://redirect.github.com/apache/opendal/issues/6558";>#6558</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/86e77680f9d7156932d285d06c8c4334d7a6d227";><code>86e7768</code></a>
 chore(ci): migrate etcd, memcached, redis, and redis-cluster images to new 
so...</li>
   <li><a 
href="https://github.com/apache/opendal/commit/5846501339b2d4874d243aa1aab4c9848218e042";><code>5846501</code></a>
 fix: Do not trim trailing slash of name_node (<a 
href="https://redirect.github.com/apache/opendal/issues/6556";>#6556</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/dd242e0f099300b034a7bdd4c50c9c730c7b63ee";><code>dd242e0</code></a>
 docs(core): update docs of building a storage service (<a 
href="https://redirect.github.com/apache/opendal/issues/6554";>#6554</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/7c9c505b4880cad14824b2a22090723ef68ecce5";><code>7c9c505</code></a>
 chore(deps): bump logforth from 0.26.1 to 0.27.0 in /bin/ofs (<a 
href="https://redirect.github.com/apache/opendal/issues/6547";>#6547</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/2e5370c0afc1d048c55c662798ea9ecce01ace2e";><code>2e5370c</code></a>
 chore(deps): update datafusion requirement from 48.0.0 to 49.0.2 in 
/integrat...</li>
   <li><a 
href="https://github.com/apache/opendal/commit/ae77047fc22ed823ee3ee44644c0bbd3dea7fc9b";><code>ae77047</code></a>
 chore(deps): bump tempfile from 3.20.0 to 3.21.0 in /bin/oli (<a 
href="https://redirect.github.com/apache/opendal/issues/6544";>#6544</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/1f9ae8776325587203db2dbefd5e33d424bbaea5";><code>1f9ae87</code></a>
 chore(deps): bump logforth from 0.26.1 to 0.27.0 in /bin/oay (<a 
href="https://redirect.github.com/apache/opendal/issues/6546";>#6546</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/e64212a679f44f4fb8a939749ad4a096a758127f";><code>e64212a</code></a>
 chore(deps-dev): bump crates-llms-txt from 0.0.8 to 0.1.1 in /website (<a 
href="https://redirect.github.com/apache/opendal/issues/6548";>#6548</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/dc1c0f5d8bd10e24a2bb227fc33b3e55cdcb813f";><code>dc1c0f5</code></a>
 chore: adjust CI workflow names for bindings (<a 
href="https://redirect.github.com/apache/opendal/issues/6540";>#6540</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/opendal/compare/v0.54.0...v0.54.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=opendal&package-manager=cargo&previous-version=0.54.0&new-version=0.54.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to