dependabot[bot] opened a new pull request, #562:
URL: https://github.com/apache/hudi-rs/pull/562

   Updates the requirements on 
[object_store](https://github.com/apache/arrow-rs-object-store) to permit the 
latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md";>object_store's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/apache/arrow-rs-object-store/tree/v0.13.1";>v0.13.1</a> 
(2026-01-08)</h2>
   <p><a 
href="https://github.com/apache/arrow-rs-object-store/compare/v0.13.0...v0.13.1";>Full
 Changelog</a></p>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>fix: clippy warning <code>SO_LINGER</code> w/ zero doesn't block (also: 
it's just a test) <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/592";>#592</a>
 (<a href="https://github.com/crepererum";>crepererum</a>)</li>
   <li>fix: <code>docs.rs</code> build failure <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/591";>#591</a>
 (<a href="https://github.com/crepererum";>crepererum</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/apache/arrow-rs-object-store/tree/v0.13.0";>v0.13.0</a> 
(2025-12-19)</h2>
   <p><a 
href="https://github.com/apache/arrow-rs-object-store/compare/v0.12.4...v0.13.0";>Full
 Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>fix: Add fields to <code>Error::NotImplemented</code> with more details 
on what isn't implemented <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/575";>#575</a>
 (<a href="https://github.com/carols10cents";>carols10cents</a>)</li>
   <li>refactor!: <code>copy</code> &amp; <code>copy_if_not_exists</code> =&gt; 
<code>copy_opts</code> <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/548";>#548</a>
 (<a href="https://github.com/crepererum";>crepererum</a>)</li>
   <li>refactor!: move <code>head</code> to <code>ObjectStoreExt</code> <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/543";>#543</a>
 (<a href="https://github.com/crepererum";>crepererum</a>)</li>
   <li>fix: wrappers and default trait methods <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/537";>#537</a>
 (<a href="https://github.com/crepererum";>crepererum</a>)</li>
   <li>refactor!: move <code>get_range</code> to <code>ObjectStoreExt</code> <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/536";>#536</a>
 (<a href="https://github.com/crepererum";>crepererum</a>)</li>
   <li>refactor!: move <code>get</code> to <code>ObjectStoreExt</code> <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/532";>#532</a>
 (<a href="https://github.com/crepererum";>crepererum</a>)</li>
   <li>refactor: move <code>put_multipart</code> to <code>ObjectStoreExt</code> 
<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/530";>#530</a>
 (<a href="https://github.com/crepererum";>crepererum</a>)</li>
   <li>feat!: use <code>'static</code> lifetime for <code>delete_stream</code> 
<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/524";>#524</a>
 (<a href="https://github.com/linhr";>linhr</a>)</li>
   <li>Bump rust edition to 2024, rust version to 1.85 <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/515";>#515</a>
 (<a href="https://github.com/AdamGS";>AdamGS</a>)</li>
   <li>reapply: remove AWS dynamo integration (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/407";>#407</a>),
 try 2 <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/494";>#494</a>
 (<a href="https://github.com/alamb";>alamb</a>)</li>
   <li>refactor: introduce <code>ObjectStoreExt</code> trait <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/405";>#405</a>
 (<a href="https://github.com/crepererum";>crepererum</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li><code>NotImplemented</code> error should say what method wasn't 
implemented by what implementation <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/572";>#572</a></li>
   <li>Allow explicitly specifying the GCS base URL <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/566";>#566</a></li>
   <li>Detailed error messages for Generic <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/560";>#560</a></li>
   <li>Include reqwest/hyper error sources in error messages <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/554";>#554</a></li>
   <li>Improve <code>Path</code> ergonomics <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/545";>#545</a></li>
   <li>[Suggestion] Move ObjectStore API to use arrow-rs' Buffer <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/544";>#544</a></li>
   <li>Implement ObjectStore for Arc&lt;T&gt; and Box&lt;T&gt; <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/525";>#525</a></li>
   <li>Refactor GetOptions with a builder pattern <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/516";>#516</a></li>
   <li>Better support for Tags <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/508";>#508</a></li>
   <li>Error 411 (Length Required) when using Multipart PUT on GCP with S3Store 
<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/495";>#495</a></li>
   <li>Deprecate and Remove DynamoCommit <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/373";>#373</a></li>
   <li>Add CopyOptions <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/116";>#116</a></li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>RequestError exposes underlying reqwest::Error rather than the nicer 
HttpError <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/579";>#579</a></li>
   <li>SpawnService panics tokio-runtime-worker threads <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/578";>#578</a></li>
   <li>local path filtering has different semantics <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/573";>#573</a></li>
   <li>AWS: using Checksum::SHA256 causes copy_if_not_exists with 
S3CopyIfNotExists::Multipart to fail <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/568";>#568</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/1e32f96d3167d4321814a07335bb26de6358cd6d";><code>1e32f96</code></a>
 Update version to 0.13.1 and add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/599";>#599</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/5cb565b2fdf3200c74e1f1322badc60dd42f6730";><code>5cb565b</code></a>
 fix: <code>docs.rs</code> build failure (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/591";>#591</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/78717c522d74c8a680c5dc8724ce6569914177f3";><code>78717c5</code></a>
 fix: <code>SO_LINGER</code> w/ zero doesn't block (also: it's just a test) (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/592";>#592</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/eedbf3d7d8c347eb114eeebc96cbf5b718f7b59b";><code>eedbf3d</code></a>
 Prepare for 0.13.0 release (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/581";>#581</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/44e258cd592d6007a69315fd334beb396140a4f2";><code>44e258c</code></a>
 Add A &quot;upgrading to 0.13.0&quot; guide in docs (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/584";>#584</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/24e5fbc661056ad5ea6bdca6add633bbabb1d4ae";><code>24e5fbc</code></a>
 Update release schedule on README (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/583";>#583</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/378bfe77bd7ddb62da44f722299f91e6dd172506";><code>378bfe7</code></a>
 correctly expose HttpError through RetryError::source (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/580";>#580</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/fa4017018105167c0caebbd9333d5965c5b8a81d";><code>fa40170</code></a>
 <code>Path</code> improvements (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/546";>#546</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/493a5d07d29b12a5731bf112d3ab5df8d0de9616";><code>493a5d0</code></a>
 fix: Add more details on what isn't implemented (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/575";>#575</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/7b09e4e2521d29bb51264800b6a33430149aa2ab";><code>7b09e4e</code></a>
 Documentation for backend support of bulk delete (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/571";>#571</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs-object-store/compare/v0.12.0...v0.13.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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]

Reply via email to