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

   Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.3 to 0.14.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/hyperium/tonic/releases";>tonic's releases</a>.</em></p>
   <blockquote>
   <h2>v0.14.0</h2>
   <p>This release marks an important milestone for tonic, 
&quot;hopefully&quot; this will be the last major breaking release of Tonic 
before we start to transition work into bringing the community a joint-effort 
<code>grpc-rust</code> implementation. For the moment, any new features for the 
core of tonic that are not related to the work towards <code>grpc-rust</code> 
will not be accepted (I believe tonic to be in quite a good spot, security 
features of course will be handled with the upmost importance). Stay tuned 
there will be more information the coming months on what is going on with the 
new project but you can already see some of the code in the <code>grpc</code> 
crate within the <code>tonic</code> repository.</p>
   <p>You can always watch <a 
href="https://www.youtube.com/watch?v=ux1xoUR9Xm8";>this video</a> for more info 
on <code>grpc-rust</code>.</p>
   <h2>Breaking Changes</h2>
   <ul>
   <li>Prost updated to v0.14</li>
   <li>Prost has been extracted to their own crates</li>
   </ul>
   <h2>Migration guide</h2>
   <p>To migrate between <code>&lt;=v0.13.1</code> to <code>v0.14</code> 
anything that used prost has now been moved into either 
<code>tonic-prost</code> or <code>tonic-prost-build</code>. All the previous 
types are still available but under these two new crates.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>add support for tower's load-shed layer by <a 
href="https://github.com/joeroback";><code>@​joeroback</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2189";>hyperium/tonic#2189</a></li>
   <li>Box Status contents to reduce enum size (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2253";>#2253</a>) by <a 
href="https://github.com/tustvold";><code>@​tustvold</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2282";>hyperium/tonic#2282</a></li>
   <li>Update to prost 0.14 by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2300";>hyperium/tonic#2300</a></li>
   <li>Update generated code to <code>error_details.proto</code> 
<code>a56cbf3b</code> by <a 
href="https://github.com/kriswuollett";><code>@​kriswuollett</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2306";>hyperium/tonic#2306</a></li>
   <li>feat(transport): Allow setting TCP_KEEPINTVL and TCP_KEEPCNT by <a 
href="https://github.com/xmakro";><code>@​xmakro</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2299";>hyperium/tonic#2299</a></li>
   <li>fix(tonic): make <code>Streaming</code> <code>Sync</code> again by <a 
href="https://github.com/Twey";><code>@​Twey</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2293";>hyperium/tonic#2293</a></li>
   <li>feat: preserve user-agent header (for real) by <a 
href="https://github.com/dbolduc";><code>@​dbolduc</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2290";>hyperium/tonic#2290</a></li>
   <li>feat(tls): Add tls handshake timeout support by <a 
href="https://github.com/honsunrise";><code>@​honsunrise</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2309";>hyperium/tonic#2309</a></li>
   <li>Update socket2 to v0.6 by <a 
href="https://github.com/Thomasdezeeuw";><code>@​Thomasdezeeuw</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2329";>hyperium/tonic#2329</a></li>
   <li>feat: Extract prost into its own tonic based crates by <a 
href="https://github.com/LucioFranco";><code>@​LucioFranco</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2321";>hyperium/tonic#2321</a></li>
   <li>feat(build): allow to specify trait attributes by <a 
href="https://github.com/ya7on";><code>@​ya7on</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2348";>hyperium/tonic#2348</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/joeroback";><code>@​joeroback</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2189";>hyperium/tonic#2189</a></li>
   <li><a href="https://github.com/tustvold";><code>@​tustvold</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2282";>hyperium/tonic#2282</a></li>
   <li><a href="https://github.com/darrasse";><code>@​darrasse</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2297";>hyperium/tonic#2297</a></li>
   <li><a href="https://github.com/ADSteele916";><code>@​ADSteele916</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2291";>hyperium/tonic#2291</a></li>
   <li><a 
href="https://github.com/kriswuollett";><code>@​kriswuollett</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2306";>hyperium/tonic#2306</a></li>
   <li><a href="https://github.com/xmakro";><code>@​xmakro</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2299";>hyperium/tonic#2299</a></li>
   <li><a href="https://github.com/Twey";><code>@​Twey</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2293";>hyperium/tonic#2293</a></li>
   <li><a href="https://github.com/honsunrise";><code>@​honsunrise</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2309";>hyperium/tonic#2309</a></li>
   <li><a 
href="https://github.com/CommanderStorm";><code>@​CommanderStorm</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2308";>hyperium/tonic#2308</a></li>
   <li><a href="https://github.com/ya7on";><code>@​ya7on</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2348";>hyperium/tonic#2348</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/hyperium/tonic/compare/v0.13.1...v0.14.0";>https://github.com/hyperium/tonic/compare/v0.13.1...v0.14.0</a></p>
   <h2>v0.13.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump <code>h2</code> to <code>v0.4.10</code> by <a 
href="https://github.com/LucioFranco";><code>@​LucioFranco</code></a> <a 
href="https://redirect.github.com/hyperium/tonic/pull/2263";>hyperium/tonic#2263</a></li>
   <li>feat(web): relax bounds for inner service's response body by <a 
href="https://github.com/bmwill";><code>@​bmwill</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2245";>hyperium/tonic#2245</a></li>
   <li>feat: preserve request user-agent by <a 
href="https://github.com/dbolduc";><code>@​dbolduc</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2250";>hyperium/tonic#2250</a></li>
   <li>feat(server): Add method to get local addr to TcpIncoming by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2233";>hyperium/tonic#2233</a></li>
   <li>feat: Expose Status as a Response extension by <a 
href="https://github.com/tamasfe";><code>@​tamasfe</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2145";>hyperium/tonic#2145</a></li>
   <li>fix: tls config overwrite in endpoint by <a 
href="https://github.com/vigneshs-12";><code>@​vigneshs-12</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2252";>hyperium/tonic#2252</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/hyperium/tonic/blob/master/CHANGELOG.md";>tonic's 
changelog</a>.</em></p>
   <blockquote>
   <h1>NOTE: ths changelog is no longer used and from version 
<code>v0.13.0</code> onward we will be using github releases and the changes 
can be found <a href="https://github.com/hyperium/tonic/releases";>here</a>.</h1>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hyperium/tonic/commit/e0192773b36b822c74896a5b5574681e98de89ec";><code>e019277</code></a>
 chore: fix clippy lints (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2351";>#2351</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/aa9c8cb9a293145486773ff615ab4f9106f6b635";><code>aa9c8cb</code></a>
 chore: update release scripts (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2350";>#2350</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/71379a9f8a1a36764f9afefcd981ee5910fc80f8";><code>71379a9</code></a>
 feat(build): allow to specify trait attributes (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2348";>#2348</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/88994eae404dbe23bcec172b3b315a233619b384";><code>88994ea</code></a>
 chore: clean up flake.nix (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2349";>#2349</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/969408eeb110115e1f1d370f590d132346ca5fcf";><code>969408e</code></a>
 feat: Extract prost into its own tonic based crates (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2321";>#2321</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/761ebf5f8230cb1c8b19ab621b7e0baf4f480e6b";><code>761ebf5</code></a>
 chore: Update socket2 to v0.6 (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2329";>#2329</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/c2ae78ecf995d62d1187cf69031e1ebb263ce8c3";><code>c2ae78e</code></a>
 chore(grpc): Update to prost 0.14 (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2347";>#2347</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/681ee28ef67b6b4ea49e6603e5713e4077f0f280";><code>681ee28</code></a>
 chore: Update flake.nix (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2346";>#2346</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/fc5c54026d61f42a5bc7f2c9c08cae3086157a66";><code>fc5c540</code></a>
 chore: Resolve no newline at end of file (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2328";>#2328</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/d4e4a2aaf6de36f5018c5f854d545e0439800b80";><code>d4e4a2a</code></a>
 Initial simple grpc channel implementation (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2338";>#2338</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hyperium/tonic/compare/v0.12.3...v0.14.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tonic&package-manager=cargo&previous-version=0.12.3&new-version=0.14.0)](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 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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to