dependabot[bot] opened a new pull request, #4099: URL: https://github.com/apache/arrow-rs/pull/4099
Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/tonic/blob/master/CHANGELOG.md">tonic-build's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/hyperium/tonic/compare/v0.9.1...v0.9.2">v0.9.2</a> (2023-04-17)</h1> <h3>Features</h3> <ul> <li><strong>build:</strong>: Support boxing fields (<a href="https://redirect.github.com/hyperium/tonic/pull/1252">#1252</a>)</li> </ul> <h1><a href="https://github.com/hyperium/tonic/compare/v0.9.0...v0.9.1">v0.9.1</a> (2023-04-03)</h1> <h3>Features</h3> <ul> <li><strong>transport:</strong> Update <code>rustls</code> to <code>0.21</code> (<a href="https://redirect.github.com/hyperium/tonic/pull/1340">#1340</a>)</li> </ul> <h1><a href="https://github.com/hyperium/tonic/compare/v0.8.4...v0.9.0">v0.9.0</a> (2023-03-31)</h1> <p>All tonic-* crates owned by this repository will now be versioned together to make it easier to understand which crate matches the core tonic crate version.</p> <h3>Breaking Changes</h3> <ul> <li>All crates bumped to 2021 edition</li> <li><code>tonic-health</code> and <code>tonic-reflection</code> internal protobuf module renamed.</li> <li>Default decoding message limit set to <code>4MiB</code> by default.</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> Allow Services to be named Result (<a href="https://redirect.github.com/hyperium/tonic/issues/1203">#1203</a>) (<a href="https://github.com/hyperium/tonic/commit/a562a3ce329a38696dfcb0d82b7102d93fb30a5c">a562a3c</a>), closes <a href="https://redirect.github.com/hyperium/tonic/issues/1156">#1156</a></li> <li><strong>codec:</strong> Cancelled client streaming handling (<a href="https://redirect.github.com/hyperium/tonic/issues/1315">#1315</a>) (<a href="https://github.com/hyperium/tonic/commit/c8027a1385dd5d3fb6abdce7be49c46a43d4f3c2">c8027a1</a>), closes <a href="https://redirect.github.com/hyperium/tonic/issues/848">#848</a></li> <li>MetadataKey::from_bytes returns an error (<a href="https://redirect.github.com/hyperium/tonic/issues/1246">#1246</a>) (<a href="https://github.com/hyperium/tonic/commit/930c805127cada70e4e4ab03c7680214b5c2a4f5">930c805</a>)</li> <li><strong>web:</strong> Fix <code>enable</code> and update docs (<a href="https://redirect.github.com/hyperium/tonic/issues/1326">#1326</a>) (<a href="https://github.com/hyperium/tonic/commit/a9db219e50b7d27e48cd44e76941113a36b72e26">a9db219</a>)</li> </ul> <h3>Features</h3> <ul> <li>add GrpcMethod extension into request for client (<a href="https://redirect.github.com/hyperium/tonic/issues/1275">#1275</a>) (<a href="https://github.com/hyperium/tonic/commit/7a6b20d8ef5d31c9cc01f0cf697df1f3e28cb421">7a6b20d</a>)</li> <li><strong>build:</strong> Builder: add {enum,message}_attributes (<a href="https://redirect.github.com/hyperium/tonic/issues/1234">#1234</a>) (<a href="https://github.com/hyperium/tonic/commit/ff642f9233beab322333745f9edfa9c62ae18ca4">ff642f9</a>)</li> <li><strong>codec:</strong> Configure max request message size (<a href="https://redirect.github.com/hyperium/tonic/issues/1274">#1274</a>) (<a href="https://github.com/hyperium/tonic/commit/9f716d841184b8521720c6ed941af137ca2ee6a0">9f716d8</a>), closes <a href="https://redirect.github.com/hyperium/tonic/issues/1097">#1097</a></li> <li><strong>core:</strong> Default encoding/decoding limits (<a href="https://redirect.github.com/hyperium/tonic/issues/1335">#1335</a>) (<a href="https://github.com/hyperium/tonic/commit/ff331199e45c8b53e93f1bd51ccd74dafc2146ac">ff33119</a>)</li> <li><strong>reflection:</strong> Add dummy implementation for extension (<a href="https://redirect.github.com/hyperium/tonic/issues/1209">#1209</a>) (<a href="https://github.com/hyperium/tonic/commit/fdff11115b44c4cc7e3de59ea045a193fa6881bc">fdff111</a>)</li> <li>Rename api related to protobuf (<a href="https://redirect.github.com/hyperium/tonic/issues/1224">#1224</a>) (<a href="https://github.com/hyperium/tonic/commit/d2542dc034e89383bd182a25a0d3235859fb10f9">d2542dc</a>)</li> <li><strong>tls:</strong> add an option for optional TLS client authentication (<a href="https://redirect.github.com/hyperium/tonic/issues/1163">#1163</a>) (<a href="https://github.com/hyperium/tonic/commit/773e4e1749daf023222f2294816b1f09d9e916a0">773e4e1</a>), closes <a href="https://redirect.github.com/hyperium/tonic/issues/687">#687</a></li> <li><strong>tonic:</strong> Use NamedService without transport feature (<a href="https://redirect.github.com/hyperium/tonic/issues/1273">#1273</a>) (<a href="https://github.com/hyperium/tonic/commit/5acde56176d928ffddbf1076e922764fb151f959">5acde56</a>)</li> <li><strong>transport:</strong> Add <code>local_addr</code> to <code>Request o</code> (<a href="https://redirect.github.com/hyperium/tonic/issues/1327">#1327</a>) (<a href="https://github.com/hyperium/tonic/commit/b54ce2321a5cba1c32261f4eda2b27d1110b893d">b54ce23</a>)</li> <li><strong>transport:</strong> added support for EC keys (<a href="https://redirect.github.com/hyperium/tonic/issues/1145">#1145</a>) (<a href="https://github.com/hyperium/tonic/commit/17d6a4b576c1571bb149d3e935e9a835265a80dd">17d6a4b</a>), closes <a href="https://redirect.github.com/hyperium/tonic/issues/1143">#1143</a></li> <li><strong>types:</strong> Add gRPC Richer Error Model support (Docs) (<a href="https://redirect.github.com/hyperium/tonic/issues/1317">#1317</a>) (<a href="https://github.com/hyperium/tonic/commit/69ce71efa6f4601c9e8060e87d0641a51251e9ab">69ce71e</a>)</li> <li><strong>types:</strong> Add gRPC Richer Error Model support (Examples) (<a href="https://redirect.github.com/hyperium/tonic/issues/1300">#1300</a>) (<a href="https://github.com/hyperium/tonic/commit/d471212ee8264ca6c5169a9893f361187e9378c9">d471212</a>)</li> <li><strong>types:</strong> Add gRPC Richer Error Model support (Help) (<a href="https://redirect.github.com/hyperium/tonic/issues/1293">#1293</a>) (<a href="https://github.com/hyperium/tonic/commit/d6041a99c2a216a2ebc83b7bc5a0947ba7ca869c">d6041a9</a>)</li> <li><strong>types:</strong> Add gRPC Richer Error Model support (LocalizedMessage) (<a href="https://redirect.github.com/hyperium/tonic/issues/1295">#1295</a>) (<a href="https://github.com/hyperium/tonic/commit/d54d02d3ed8bf221c0c54494b7ce692d412391a4">d54d02d</a>)</li> <li><strong>types:</strong> Add gRPC Richer Error Model support (PreconditionFailure) (<a href="https://redirect.github.com/hyperium/tonic/issues/1276">#1276</a>) (<a href="https://github.com/hyperium/tonic/commit/2378581850483f26fd7c1dee0a797d936b73e881">2378581</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/tonic/commit/ae7580160431cd25c1eecda4c85014ef6ce8d93f"><code>ae75801</code></a> chore: Prepare <code>0.9.2</code> release (<a href="https://redirect.github.com/hyperium/tonic/issues/1362">#1362</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/65d909e85050e0cbbf50455e0b3531a0d08eff8d"><code>65d909e</code></a> tonic-build: support boxing fields (<a href="https://redirect.github.com/hyperium/tonic/issues/1252">#1252</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/9990e6ef9d00394b5662719662062cc85e6e4700"><code>9990e6e</code></a> chore: Fix clippy warning (<a href="https://redirect.github.com/hyperium/tonic/issues/1346">#1346</a>)</li> <li>See full diff in <a href="https://github.com/hyperium/tonic/compare/v0.9.1...v0.9.2">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 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]
