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

   Updates the requirements on [http](https://github.com/hyperium/http) to 
permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hyperium/http/releases";>http's releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Implement <code>Clone</code> for <code>Request</code>, 
<code>Response</code>, and <code>Extensions</code>. This breaking change 
requires
   that all extensions now implement <code>Clone</code>.</li>
   <li>Add a default-on <code>std</code> feature. Disabling it currently is not 
supported.</li>
   <li>Fix MIRI warnings in <code>HeaderMap::iter()</code>.</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/hjr3";><code>@​hjr3</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/hyperium/http/pull/644";>hyperium/http#644</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hyperium/http/blob/master/CHANGELOG.md";>http's 
changelog</a>.</em></p>
   <blockquote>
   <h1>1.0.0 (November 15, 2023)</h1>
   <ul>
   <li>Implement <code>Clone</code> for <code>Request</code>, 
<code>Response</code>, and <code>Extensions</code>. This breaking change 
requires
   that all extensions now implement <code>Clone</code>.</li>
   <li>Add a default-on <code>std</code> feature. Disabling it currently is not 
supported.</li>
   <li>Fix MIRI warnings in <code>HeaderMap::iter()</code>.</li>
   </ul>
   <h1>0.2.10 (November 10, 2023)</h1>
   <ul>
   <li>Fix parsing of <code>Authority</code> to handle square brackets in 
incorrect order.</li>
   <li>Fix <code>HeaderMap::with_capacity()</code> to handle arithmetic 
overflow.</li>
   </ul>
   <h1>0.2.9 (February 17, 2023)</h1>
   <ul>
   <li>Add <code>HeaderName</code> constants for <code>cache-status</code> and 
<code>cdn-cache-control</code>.</li>
   <li>Implement <code>Hash</code> for <code>PathAndQuery</code>.</li>
   <li>Re-export <code>HeaderName</code> at crate root.</li>
   </ul>
   <h1>0.2.8 (June 6, 2022)</h1>
   <ul>
   <li>Fix internal usage of uninitialized memory to use 
<code>MaybeUninit</code> inside <code>HeaderName</code>.</li>
   </ul>
   <h1>0.2.7 (April 28, 2022)</h1>
   <ul>
   <li>MSRV bumped to <code>1.49</code>.</li>
   <li>Add <code>extend()</code> method to <code>Extensions</code>.</li>
   <li>Add <code>From&lt;Authority&gt;</code> and 
<code>From&lt;PathAndQuery&gt;</code> impls for <code>Uri</code>.</li>
   <li>Make <code>HeaderName::from_static</code> a <code>const fn</code>.</li>
   </ul>
   <h1>0.2.6 (December 30, 2021)</h1>
   <ul>
   <li>Upgrade internal <code>itoa</code> dependency to 1.0.</li>
   </ul>
   <h1>0.2.5 (September 21, 2021)</h1>
   <ul>
   <li>Add <code>is_empty()</code> and <code>len()</code> methods to 
<code>Extensions</code>.</li>
   <li>Add <code>version_ref()</code> method to 
<code>request::Builder</code>.</li>
   <li>Implement <code>TryFrom&lt;Vec&lt;u8&gt;&gt;</code> and 
<code>TryFrom&lt;String&gt;</code> for <code>Authority</code>, 
<code>Uri</code>, <code>PathAndQuery</code>, and <code>HeaderName</code>.</li>
   <li>Make <code>HeaderValue::from_static</code> a <code>const fn</code>.</li>
   </ul>
   <h1>0.2.4 (April 4, 2021)</h1>
   <ul>
   <li>Fix <code>Uri</code> parsing to allow <code>{</code>, 
<code>&quot;</code>, and <code>}</code> in paths.</li>
   </ul>
   <h1>0.2.3 (January 7, 2021)</h1>
   <ul>
   <li>Upgrade internal (private) <code>bytes</code> dependency to 1.0.</li>
   </ul>
   <h1>0.2.2 (December 14, 2020)</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hyperium/http/commit/1c06623c9d97d42ac02c351ab4872d6481c793f7";><code>1c06623</code></a>
 v1.0.0</li>
   <li><a 
href="https://github.com/hyperium/http/commit/c51f40f8da5abf725ab545bff842028be20a09f3";><code>c51f40f</code></a>
 feat: add default std feature</li>
   <li><a 
href="https://github.com/hyperium/http/commit/e5b80c10c5711c764a57e0bb23386886a7699260";><code>e5b80c1</code></a>
 test: add test to ensure HeaderMap::iter safety</li>
   <li><a 
href="https://github.com/hyperium/http/commit/60c9b463ea979e8a852e49afef126d51c0273d2b";><code>60c9b46</code></a>
 chore(ci): run miri tests</li>
   <li><a 
href="https://github.com/hyperium/http/commit/0a9c8ad0d5b89cfbf87943e27eb1a13f8983a30b";><code>0a9c8ad</code></a>
 fix MIRI error in header::Iter (<a 
href="https://redirect.github.com/hyperium/http/issues/642";>#642</a>)</li>
   <li><a 
href="https://github.com/hyperium/http/commit/f5f31f0651774a5d68f2d5051b70e0bd0ccae577";><code>f5f31f0</code></a>
 feat: implement Clone for Request, Response, Extensions (<a 
href="https://redirect.github.com/hyperium/http/issues/634";>#634</a>)</li>
   <li><a 
href="https://github.com/hyperium/http/commit/aa1af3728b16cf8e8198246a0cb0d5d49503407a";><code>aa1af37</code></a>
 start 1.0</li>
   <li><a 
href="https://github.com/hyperium/http/commit/818269d4586c32ced8c6f95c00469ec0c0736552";><code>818269d</code></a>
 v0.2.10</li>
   <li><a 
href="https://github.com/hyperium/http/commit/b41d0b98838fa21573aebba9ef3960b7680f571c";><code>b41d0b9</code></a>
 Resolve arith overflow on with_capacity (<a 
href="https://redirect.github.com/hyperium/http/issues/628";>#628</a>)</li>
   <li><a 
href="https://github.com/hyperium/http/commit/25c1803c308812e027ca6ca713882a1e9c959108";><code>25c1803</code></a>
 chore: fix typos (<a 
href="https://redirect.github.com/hyperium/http/issues/633";>#633</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hyperium/http/compare/v0.2.0...v1.0.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