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

   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.md";>object_store's
 changelog</a>.</em></p>
   <blockquote>
   <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>
   <li>Cargo Audit Produces a Warning for rustls-pemfile being unmaintained <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/564";>#564</a></li>
   <li>AmazonS3ConfigKey::WebIdentityTokenFile is ignored <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/538";>#538</a></li>
   <li>Cannot parse AWS S3 HTTP URLs without region <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/522";>#522</a></li>
   <li>Signature mismatch (sigv4) when using attribute values with <code>double 
whitespace</code> <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/510";>#510</a></li>
   <li>Generic S3 error: Metadata value for 
&quot;&quot;x-amz-meta-..&quot;&quot; contained non UTF-8 characters <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/509";>#509</a></li>
   <li>Inconsistent documentation of &quot;Supported Keys&quot; <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/497";>#497</a></li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Update release date for version 0.13.0 in README <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/521";>#521</a>
 (<a href="https://github.com/alamb";>alamb</a>)</li>
   <li>feat: refactor GetOptions with builder, add binary examples <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/517";>#517</a>
 (<a href="https://github.com/peasee";>peasee</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/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><a 
href="https://github.com/apache/arrow-rs-object-store/commit/65ad88b46e8fc1cd024ce5df0e8f5eb947b0c9b8";><code>65ad88b</code></a>
 Remove dev dependency on openssl (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/577";>#577</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/de4a30e24b40ade260f88b7894dbc819124597ee";><code>de4a30e</code></a>
 Allow explicitly specifying GCS base URL (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/567";>#567</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/92b13782bda33805c6c0cc0e8d95656f8aa61cd0";><code>92b1378</code></a>
 refactor!: move <code>delete</code> to <code>ObjectStoreExt</code> (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/549";>#549</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs-object-store/compare/v0.12.0...v0.13.0";>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 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]

Reply via email to