dependabot[bot] opened a new pull request, #2049: URL: https://github.com/apache/datafusion-ballista/pull/2049
Bumps [object_store](https://github.com/apache/arrow-rs-object-store) from 0.13.2 to 0.14.1. <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.1</h2> <!-- raw HTML omitted --> <h1>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> </ul> <!-- 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.0">v0.14.0</a> (2026-06-18)</h2> <p><a href="https://github.com/apache/arrow-rs-object-store/compare/v0.13.2...v0.14.0">Full Changelog</a></p> <p><strong>Breaking changes:</strong></p> <ul> <li>refactor!: remove <code>cloud</code> feature alias <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/751">#751</a> (<a href="https://github.com/kevinjqliu">kevinjqliu</a>)</li> <li>Add <code>Extensions</code> in <code>*Result</code> objects <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/743">#743</a> (<a href="https://github.com/criccomini">criccomini</a>)</li> <li>Make <code>reqwest</code> optional <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/724">#724</a> (<a href="https://github.com/awesterb">awesterb</a>)</li> <li>Pluggable Crypto / Update reqwest 0.13 <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/707">#707</a> (<a href="https://github.com/goffrie">goffrie</a>)</li> <li>Add CRC64NVME checksum support <a href="https://redirect.github.com/apache/arrow-rs-object-store/pull/633">#633</a> (<a href="https://github.com/kdn36">kdn36</a>)</li> </ul> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Support PutMultipartOptions for MultipartStore::create_multipart <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/745">#745</a></li> <li>Supporting CPKs for Azure Blob Requests <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/741">#741</a></li> <li>Support <code>Extensions</code> in <code>*Result</code> objects <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/740">#740</a></li> <li>Implement <code>Signer</code> on <code>PrefixStore</code> <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/738">#738</a></li> <li>Make <code>reqwest</code> optional <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/723">#723</a></li> <li>Expose azure::split_sas for custom SAS credential providers <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/720">#720</a></li> <li>GCS: support bearer-token auth in parse_url_opts without bypassing default option handling <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/716">#716</a></li> <li>Custom credentials for signing cannot be provided to GCP stores <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/698">#698</a></li> <li>Read timeouts are not supported <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/680">#680</a></li> <li>AWS_REQUEST_PAYER="requester" vs Boolean <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/668">#668</a></li> <li>Reliable file writes for LocalFileSystem: explicit close error checking and opt-in sync <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/661">#661</a></li> <li>infer <code>use_fabric_endpoint</code> based on URI containing "dfs.fabric.microsoft.com" <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/658">#658</a></li> <li>Support CRC checksum <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/611">#611</a></li> <li>Change crypto provider from ring to aws-rust-lc <a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/413">#413</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/c7316d29face118e7409eead0cda098f38589428"><code>c7316d2</code></a> Update version to 0.14.1 and add CHANGELOG (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/794">#794</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/c66dd123a7ff7704e45ce75237653bb82f027609"><code>c66dd12</code></a> Cache Azure user delegation key for SAS signing (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/781">#781</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/7a7deeaee23ea35d6c3bcf3138c001836a6f44de"><code>7a7deea</code></a> Do not explicitly add <code>Host</code> header when making requests with S3Builder (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/790">#790</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/19be0b11ff83831fcf968aee448f6f216425b0ad"><code>19be0b1</code></a> Update release process to use RC tags (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/796">#796</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/e3b8561f1d0991850830755bb8f9a68b0e68c516"><code>e3b8561</code></a> Add automatic GitHub release workflow (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/797">#797</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/e64e8e349e111b1a39e60a27ac83bb59f4f1b45b"><code>e64e8e3</code></a> Pin Rust toolchain to 1.97.0 and fix clippy useless_borrows_in_formatting (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/799">#799</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/18102f35d2c81dfbc9aefbb5797c33b39f2641d5"><code>18102f3</code></a> impl HttpError::new_boxed to provide user with ability to ctor from already b...</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/7e854ef3c728fd7dca4a705bf26141c9a40e3a55"><code>7e854ef</code></a> fix(aws): recognize S3 dual-stack endpoints in URL parsing (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/780">#780</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/09adc41b05faada6b233746d866e0ab63a56f208"><code>09adc41</code></a> Reduce lock hold time in DefaultObjectStoreRegistry::deregister (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/792">#792</a>)</li> <li><a href="https://github.com/apache/arrow-rs-object-store/commit/c2048e03380ca4656203ab0f0421873382ecf161"><code>c2048e0</code></a> feat: add deregister to ObjectStoreRegistry (<a href="https://redirect.github.com/apache/arrow-rs-object-store/issues/784">#784</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs-object-store/compare/v0.13.2...v0.14.1">compare view</a></li> </ul> </details> <br /> [](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]
