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

   Bumps [object_store](https://github.com/apache/arrow-rs-object-store) from 
0.13.2 to 0.14.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs-object-store/releases";>object_store's 
releases</a>.</em></p>
   <blockquote>
   <h2>object_store v0.14.2</h2>
   <!-- raw HTML omitted -->
   <h1>Changelog</h1>
   <h2><a 
href="https://github.com/apache/arrow-rs-object-store/tree/v0.14.2";>v0.14.2</a> 
(2026-09-11)</h2>
   <p><a 
href="https://github.com/apache/arrow-rs-object-store/compare/v0.14.1...v0.14.2";>Full
 Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Implement <code>Clone</code> for <code>MicrosoftAzure</code> <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/824";>#824</a></li>
   <li>Support URLs for jurisdiction-restricted buckets on R2 <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/814";>#814</a></li>
   <li>Lightweight DNS cache with shuffle to prevent DNS flooding <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/726";>#726</a></li>
   <li>Allow presigning object_store multipart uploads  <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/271";>#271</a></li>
   <li>Allow specifying <code>Content-Type</code> when signing object_store PUT 
requests <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/270";>#270</a></li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Incomplete ASF license header in <code>src/client/s3.rs</code> (caused 
-1 vote on 0.14.2 RC1) <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/853";>#853</a></li>
   <li>WriteMultipart::finish should abort after part upload failure <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/818";>#818</a></li>
   <li>The 1.85 MSRV is inaccurate with all features <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/811";>#811</a></li>
   <li>When the backend service returns an HTTP 500, the object store panics <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/414";>#414</a></li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Docs: point users uploading large objects at the multipart API <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/839";>#839</a>
 (<a href="https://github.com/alamb";>alamb</a>)</li>
   <li>[object-store]: update release schedule <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/834";>#834</a>
 (<a href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add doc example for multipart upload to 
<code>GoogleCloudStorage::create_multipart</code> <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/803";>#803</a>
 (<a href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add doc example for multipart upload to 
<code>MicrosoftAzure::create_multipart</code> <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/802";>#802</a>
 (<a href="https://github.com/alamb";>alamb</a>)</li>
   <li>Add doc example for multipart upload to AmazonS3::create_multipart <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/801";>#801</a>
 (<a href="https://github.com/alamb";>alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <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>
   <!-- raw HTML omitted -->
   <h1>Historical Changelog</h1>
   <h2><a 
href="https://github.com/apache/arrow-rs-object-store/tree/v0.14.1";>v0.14.1</a> 
(2026-07-10)</h2>
   <p><a 
href="https://github.com/apache/arrow-rs-object-store/compare/v0.14.0...v0.14.1";>Full
 Changelog</a></p>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Cache Azure user delegation key for SAS signing <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/800";>#800</a></li>
   <li>Add deregister to ObjectStoreRegistry <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/795";>#795</a></li>
   <li>Support for S3 dual-stack endpoints <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/779";>#779</a></li>
   <li>Coalesce contiguous ranges in LocalFileSystem::get_ranges <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/778";>#778</a></li>
   <li>Support for HF Storage Buckets <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/706";>#706</a></li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Clippy failing on main <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/798";>#798</a></li>
   <li>Upgrade quick-xml to resolve RUSTSEC-2026-0194 and RUSTSEC-2026-0195 <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/786";>#786</a></li>
   <li>InMemory and LocalFileSystem return unquoted ETags, violating RFC 9110 
<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/769";>#769</a></li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Bump quick-xml to 0.41.0 for RustSec advisories <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/787";>#787</a></li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Pin Rust toolchain to 1.97.0 and fix clippy <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/799";>#799</a>
 (<a href="https://github.com/alamb";>alamb</a>)</li>
   <li>chore: reduce lock hold time in DefaultObjectStoreRegistry::deregister 
<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/792";>#792</a>
 (<a href="https://github.com/kszucs";>kszucs</a>)</li>
   <li>Do not explicitly add <code>Host</code> header when making requests with 
 S3Builder <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/790";>#790</a>
 (<a href="https://github.com/ntjohnson1";>ntjohnson1</a>)</li>
   <li>impl HttpError::new_boxed to provide user with ability to ctor from 
already boxed error <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/789";>#789</a>
 (<a href="https://github.com/DoumanAsh";>DoumanAsh</a>)</li>
   <li>build(deps): update quick-xml requirement from 0.40.1 to 0.41.0 <a 
href="https://redirect.github.com/apache/arrow-rs-object-store/pull/785";>#785</a>
 (<a href="https://github.com/apps/dependabot";>dependabot[bot]</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/279572ea60f3a7a6e5237e066a6f4a35eee611e0";><code>279572e</code></a>
 Update CHANGELOG for latest main (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/855";>#855</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/4ff7d048073c07bcc1f1dca74436245b2ba20dda";><code>4ff7d04</code></a>
 Restore missing first line of ASF license header in src/client/s3.rs (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/854";>#854</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/25fa079c41fecb8011d5b8c3019f20e09c9b0c74";><code>25fa079</code></a>
 Update version to 0.14.2 and add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/850";>#850</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/c37db72b92b78608291c1b33feb79bb5bb6d2d1c";><code>c37db72</code></a>
 feat: retry failed multipart part uploads (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/849";>#849</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/135984fdf91f813c48c47b6288586d9b0e205164";><code>135984f</code></a>
 Add doc hints pointing large-object uploads at the multipart API (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/839";>#839</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/b07471e2bc341278f86e30cf80a850d56cbe2c67";><code>b07471e</code></a>
 [object-store]: update release schedule (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/834";>#834</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/978fb48b9ea6ebe3f8f4833f656e793cde79ab15";><code>978fb48</code></a>
 Fix MSRV violation in <code>parse.rs</code> test, check 
<code>--all-targets</code> in MSRV CI (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/837";>#837</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/e2a49349622aa7ad5db12b107a557d957ac01241";><code>e2a4934</code></a>
 Speed up MSRV CI check by installing cargo-msrv via taiki-e/install-action 
(#...</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/e28807de7338abebf14ecf2ab959294cb3096d83";><code>e28807d</code></a>
 feat: presigned URLs with extra query params and signed headers 
(SignedUrlOpt...</li>
   <li><a 
href="https://github.com/apache/arrow-rs-object-store/commit/5c743637e97d2f3417b6fd54532bb1223c6547c1";><code>5c74363</code></a>
 Restore UnwindSafe/RefUnwindSafe on ClientOptions by bounding DnsResolver (<a 
href="https://redirect.github.com/apache/arrow-rs-object-store/issues/836";>#836</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs-object-store/compare/v0.13.2...v0.14.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=object_store&package-manager=cargo&previous-version=0.13.2&new-version=0.14.2)](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 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