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

   Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.3 to 0.13.1.
   <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.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>
   <li>feat: expose creation of HealthService and HealthReporter by <a 
href="https://github.com/LeonHartley";><code>@​LeonHartley</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2251";>hyperium/tonic#2251</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/dbolduc";><code>@​dbolduc</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2250";>hyperium/tonic#2250</a></li>
   <li><a href="https://github.com/tamasfe";><code>@​tamasfe</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2145";>hyperium/tonic#2145</a></li>
   <li><a href="https://github.com/vigneshs-12";><code>@​vigneshs-12</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2252";>hyperium/tonic#2252</a></li>
   <li><a href="https://github.com/rafaeling";><code>@​rafaeling</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2207";>hyperium/tonic#2207</a></li>
   <li><a href="https://github.com/LeonHartley";><code>@​LeonHartley</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2251";>hyperium/tonic#2251</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/hyperium/tonic/compare/v0.13.0...v0.13.1";>https://github.com/hyperium/tonic/compare/v0.13.0...v0.13.1</a></p>
   <h2>v0.13.0</h2>
   <p>This release is a breaking release and thus there are many changes 
include axum version and a few other crates. There are some additionally 
exposed APIs. At the moment this release is planned to be a long term release 
as the project shifts some of its resources to implementing a new transport 
module and to align itself better with other gPRC projects. More to be 
announced on this later.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>feat(router): Implement From Routes and axum::Router for RoutesBuilder 
by <a href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1957";>hyperium/tonic#1957</a></li>
   <li>feat(service): Add Layered service to propagate NamedService 
implementation by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1966";>hyperium/tonic#1966</a></li>
   <li>feat(router): Add method to get mutable reference to axum::Router by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1980";>hyperium/tonic#1980</a></li>
   <li>fix(tls): do not shutdown the server on connection timeout errors by <a 
href="https://github.com/krispraws";><code>@​krispraws</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1972";>hyperium/tonic#1972</a></li>
   <li>Make <code>Status::into_http()</code> generic over any kind of 
<code>Default</code>-able Body by <a 
href="https://github.com/shikhar";><code>@​shikhar</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1978";>hyperium/tonic#1978</a></li>
   <li>feat(web): Remove unnecessary Bytes type from GrpcWebCall body type by 
<a href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1985";>hyperium/tonic#1985</a></li>
   <li>feat(web): Remove enable api by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1982";>hyperium/tonic#1982</a></li>
   <li>feat(router): Remove unnecessary BoxBody from response body by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1994";>hyperium/tonic#1994</a></li>
   <li>feat: Add tcp setting getters to endpoint by <a 
href="https://github.com/Benjscho";><code>@​Benjscho</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1983";>hyperium/tonic#1983</a></li>
   <li>server: swallow TLS errors in the accept loop by <a 
href="https://github.com/PDXKimani";><code>@​PDXKimani</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1990";>hyperium/tonic#1990</a></li>
   <li>feat(interceptor): Change InterceptorLayer constructor associated 
function by <a href="https://github.com/tottoto";><code>@​tottoto</code></a> in 
<a 
href="https://redirect.github.com/hyperium/tonic/pull/2005";>hyperium/tonic#2005</a></li>
   <li>feat(build): Make cleanup-markdown feature additive by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1952";>hyperium/tonic#1952</a></li>
   <li>feat: make pub <code>Channel</code> fns that allow creating it from a 
custom connector by <a 
href="https://github.com/shikhar";><code>@​shikhar</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2015";>hyperium/tonic#2015</a></li>
   <li>feat(tls): AWS Libcrypto Support by <a 
href="https://github.com/jenr24-architect";><code>@​jenr24-architect</code></a> 
in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2008";>hyperium/tonic#2008</a></li>
   <li>feat(server): Remove into_service api by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1996";>hyperium/tonic#1996</a></li>
   <li>use ring if no default crypto provider is found by <a 
href="https://github.com/conradludgate";><code>@​conradludgate</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2034";>hyperium/tonic#2034</a></li>
   <li>feat(transport): Make tower internal dependency by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/1947";>hyperium/tonic#1947</a></li>
   <li>feat(web): Relax GrpcWebService request body type by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2016";>hyperium/tonic#2016</a></li>
   <li>feat!: Add Body type by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2013";>hyperium/tonic#2013</a></li>
   <li>feat(reflection): Expose ReflectionService by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2066";>hyperium/tonic#2066</a></li>
   <li>feat(web): Implement Debug for ResponseFuture by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2068";>hyperium/tonic#2068</a></li>
   <li>fix(server): Use Status::into_http api in recover error service by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2099";>hyperium/tonic#2099</a></li>
   <li>feat(health): Add WatchStream type for health service by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2108";>hyperium/tonic#2108</a></li>
   <li>Add deflate compression support by <a 
href="https://github.com/a1ien";><code>@​a1ien</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2117";>hyperium/tonic#2117</a></li>
   <li>feat(tls): Add support for rustls ignore_client_order by <a 
href="https://github.com/emuellen";><code>@​emuellen</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2042";>hyperium/tonic#2042</a></li>
   <li>feat(health): Remove unnecessary transport feature by <a 
href="https://github.com/tottoto";><code>@​tottoto</code></a> in <a 
href="https://redirect.github.com/hyperium/tonic/pull/2130";>hyperium/tonic#2130</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/b303caa52ba8bbe8172310be7165a80b7c2a53f8";><code>b303caa</code></a>
 chore: Prepare <code>v0.13.1</code> release</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/ee6775c34ea12a804a32d70de2a1a2e956f06dd0";><code>ee6775c</code></a>
 Revert &quot;[spr] initial version (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2264";>#2264</a>)&quot; 
(<a 
href="https://redirect.github.com/hyperium/tonic/issues/2265";>#2265</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/fd60c04721b358aa32ddb17b35b6d8f37824af1d";><code>fd60c04</code></a>
 [spr] initial version (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2264";>#2264</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/aa27260eb22edaa0a6b684924a219ea01f0ce645";><code>aa27260</code></a>
 feat: expose creation of HealthService and HealthReporter (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2251";>#2251</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/9669ce45aaf4123ed226eb9b37cf75e428e94bf7";><code>9669ce4</code></a>
 chore(tonic-bench): Fix failing bench (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2207";>#2207</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/67e2ef9da68bd45d29e60ae74890d57661f7ee23";><code>67e2ef9</code></a>
 fix: tls config overwrite in endpoint (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2252";>#2252</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/eeac1d3ac5873c4af1e7e3c5f95185395d1b63a1";><code>eeac1d3</code></a>
 chore: Fix interop test certs (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2262";>#2262</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/1c139f35efab82b1bea103e4ee469a05259e6441";><code>1c139f3</code></a>
 chore: Add <code>flake.nix</code> (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2261";>#2261</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/97001f34fe0fe54f53c4ecb9566bc48d40b038b0";><code>97001f3</code></a>
 chore: Use inline format argument (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2260";>#2260</a>)</li>
   <li><a 
href="https://github.com/hyperium/tonic/commit/cb6c67ffc1f2c2feaaaaecd2355dbc08085f8cd4";><code>cb6c67f</code></a>
 chore: Use symbolic link for license file (<a 
href="https://redirect.github.com/hyperium/tonic/issues/2241";>#2241</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hyperium/tonic/compare/v0.12.3...v0.13.1";>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.13.1)](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