chore(deps): bump tonic-build from 0.9.2 to 0.14.2 #2515

Open
dependabot[bot] wants to merge 1 commit from refs/pull/2515/head into staging
dependabot[bot] commented 2025-12-08 02:24:25 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2071
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2071
Original created: 2025-12-08T02:24:25Z
Original updated: 2026-01-11T18:02:00Z
Original head: carverauto/serviceradar:dependabot/cargo/tonic-build-0.14.2
Original base: staging

Bumps tonic-build from 0.9.2 to 0.14.2.

Release notes

Sourced from tonic-build's releases.

v0.14.2

What's Changed

New Contributors

Full Changelog: https://github.com/hyperium/tonic/compare/v0.14.1...v0.14.2

v0.14.1

Notable change is to relax the accidental MSRV bump in the last release.

What's Changed

New Contributors

Full Changelog: https://github.com/hyperium/tonic/compare/v0.14.0...v0.14.1

v0.14.0

This release marks an important milestone for tonic, "hopefully" this will be the last major breaking release of Tonic before we start to transition work into bringing the community a joint-effort grpc-rust implementation. For the moment, any new features for the core of tonic that are not related to the work towards grpc-rust 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 grpc crate within the tonic repository.

You can always watch this video for more info on grpc-rust.

Breaking Changes

  • Prost updated to v0.14
  • Prost has been extracted to their own crates

Migration guide

To migrate between <=v0.13.1 to v0.14 anything that used prost has now been moved into either tonic-prost or tonic-prost-build. All the previous types are still available but under these two new crates.

What's Changed

... (truncated)

Changelog

Sourced from tonic-build's changelog.

NOTE: ths changelog is no longer used and from version v0.13.0 onward we will be using github releases and the changes can be found here.

0.12.3 (2024-08-29)

Features

  • server: Added support for grpc max_connection_age (#1865)
  • build: Add #[deprecated] to deprecated client methods (#1879)
  • build: plumb skip_debug through prost Builder and add test (#1900)

Bug Fixes

  • build: Revert "fix tonic-build cargo build script outputs (#1821)" which accidentally increases MSRV (#1898)
  • server: ignore more error kinds in incoming socket stream (#1885)
  • transport: do not shutdown server on broken connections (#1948)

0.12.2 (2024-08-23)

Features

  • Move TimeoutExpired out of transport (#1826)
  • Move ConnectError type from transport (#1828)
  • channel: allow setting max_header_list_size (#1835)
  • router: Add RoutesBuilder constructor (#1855)
  • tls: Rename tls-roots feature with tls-native-roots (#1860)
  • router: Rename Routes::into_router with into_axum_router (#1862)
  • router: Implement from axum::Router for Routes (#1863)
  • channel: Re-enable TLS based on Cargo features in generated clients (#1866)
  • server: allow setting max_header_list_size (#1870)
  • build: Expose formatted service name (#1684)
  • reflection: add back support for v1alpha reflection protocol (#1888)

Bug Fixes

  • router: Add missing unimplemented fallback to RoutesBuilder (#1864)
  • server: Prevent server from exiting on ECONNABORTED (#1874)
  • web: fix panic in trailer parsing on multiple trailers (#1880)
  • web: fix empty trailer parsing causing infinite parser loop (#1883)

0.12.1 (2024-07-17)

Bug Fixes

  • Reduce tokio-stream feature (#1795)

0.12.0 (2024-07-08)

This breaking release updates tonic to the hyper 1.0 ecosystem and also updates to prost v0.13.0.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Imported from GitHub pull request. Original GitHub pull request: #2071 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2071 Original created: 2025-12-08T02:24:25Z Original updated: 2026-01-11T18:02:00Z Original head: carverauto/serviceradar:dependabot/cargo/tonic-build-0.14.2 Original base: staging --- Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.9.2 to 0.14.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/tonic/releases">tonic-build's releases</a>.</em></p> <blockquote> <h2>v0.14.2</h2> <h2>What's Changed</h2> <ul> <li>Improve <code>Status</code> formatting by <a href="https://github.com/emilk"><code>@​emilk</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2403">hyperium/tonic#2403</a></li> <li>Separate out Tls ConnectInfo trait support into separate tls feature by <a href="https://github.com/xumaple"><code>@​xumaple</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2402">hyperium/tonic#2402</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Shaun1"><code>@​Shaun1</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2385">hyperium/tonic#2385</a></li> <li><a href="https://github.com/emilk"><code>@​emilk</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2403">hyperium/tonic#2403</a></li> <li><a href="https://github.com/xumaple"><code>@​xumaple</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2402">hyperium/tonic#2402</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/tonic/compare/v0.14.1...v0.14.2">https://github.com/hyperium/tonic/compare/v0.14.1...v0.14.2</a></p> <h2>v0.14.1</h2> <p>Notable change is to relax the accidental MSRV bump in the last release.</p> <h2>What's Changed</h2> <ul> <li>Add <code>service_generator</code> method to <code>Builder</code> by <a href="https://github.com/koesie10"><code>@​koesie10</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2364">hyperium/tonic#2364</a></li> <li>Improve connection accept error message <a href="https://github.com/stepancheg"><code>@​stepancheg</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2366">hyperium/tonic#2366</a></li> <li>Remove unconditional enable of tonic-build transport feature by <a href="https://github.com/tottoto"><code>@​tottoto</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2357">hyperium/tonic#2357</a></li> <li>chore: relax msrv for most crates by <a href="https://github.com/acrrd"><code>@​acrrd</code></a> in <a href="https://redirect.github.com/hyperium/tonic/pull/2378">hyperium/tonic#2378</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/koesie10"><code>@​koesie10</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2364">hyperium/tonic#2364</a></li> <li><a href="https://github.com/stepancheg"><code>@​stepancheg</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2366">hyperium/tonic#2366</a></li> <li><a href="https://github.com/acrrd"><code>@​acrrd</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/tonic/pull/2378">hyperium/tonic#2378</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/tonic/compare/v0.14.0...v0.14.1">https://github.com/hyperium/tonic/compare/v0.14.0...v0.14.1</a></p> <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> </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-build'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> <h1><a href="https://github.com/hyperium/tonic/compare/v0.12.2...v0.12.3">0.12.3</a> (2024-08-29)</h1> <h3>Features</h3> <ul> <li><strong>server:</strong> Added support for grpc max_connection_age (<a href="https://redirect.github.com/hyperium/tonic/issues/1865">#1865</a>)</li> <li><strong>build:</strong> Add <code>#[deprecated]</code> to deprecated client methods (<a href="https://redirect.github.com/hyperium/tonic/issues/1879">#1879</a>)</li> <li><strong>build:</strong> plumb skip_debug through prost Builder and add test (<a href="https://redirect.github.com/hyperium/tonic/issues/1900">#1900</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>build:</strong> Revert &quot;fix tonic-build cargo build script outputs (<a href="https://redirect.github.com/hyperium/tonic/issues/1821">#1821</a>)&quot; which accidentally increases MSRV (<a href="https://redirect.github.com/hyperium/tonic/issues/1898">#1898</a>)</li> <li><strong>server:</strong> ignore more error kinds in incoming socket stream (<a href="https://redirect.github.com/hyperium/tonic/issues/1885">#1885</a>)</li> <li><strong>transport</strong>: do not shutdown server on broken connections (<a href="https://redirect.github.com/hyperium/tonic/issues/1948">#1948</a>)</li> </ul> <h1><a href="https://github.com/hyperium/tonic/compare/v0.12.1...v0.12.2">0.12.2</a> (2024-08-23)</h1> <h3>Features</h3> <ul> <li>Move TimeoutExpired out of transport (<a href="https://redirect.github.com/hyperium/tonic/issues/1826">#1826</a>)</li> <li>Move ConnectError type from transport (<a href="https://redirect.github.com/hyperium/tonic/issues/1828">#1828</a>)</li> <li><strong>channel:</strong> allow setting max_header_list_size (<a href="https://redirect.github.com/hyperium/tonic/issues/1835">#1835</a>)</li> <li><strong>router:</strong> Add RoutesBuilder constructor (<a href="https://redirect.github.com/hyperium/tonic/issues/1855">#1855</a>)</li> <li><strong>tls:</strong> Rename tls-roots feature with tls-native-roots (<a href="https://redirect.github.com/hyperium/tonic/issues/1860">#1860</a>)</li> <li><strong>router:</strong> Rename Routes::into_router with into_axum_router (<a href="https://redirect.github.com/hyperium/tonic/issues/1862">#1862</a>)</li> <li><strong>router:</strong> Implement from axum::Router for Routes (<a href="https://redirect.github.com/hyperium/tonic/issues/1863">#1863</a>)</li> <li><strong>channel:</strong> Re-enable TLS based on Cargo features in generated clients (<a href="https://redirect.github.com/hyperium/tonic/issues/1866">#1866</a>)</li> <li><strong>server:</strong> allow setting max_header_list_size (<a href="https://redirect.github.com/hyperium/tonic/issues/1870">#1870</a>)</li> <li><strong>build:</strong> Expose formatted service name (<a href="https://redirect.github.com/hyperium/tonic/issues/1684">#1684</a>)</li> <li><strong>reflection:</strong> add back support for v1alpha reflection protocol (<a href="https://redirect.github.com/hyperium/tonic/issues/1888">#1888</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>router:</strong> Add missing unimplemented fallback to RoutesBuilder (<a href="https://redirect.github.com/hyperium/tonic/issues/1864">#1864</a>)</li> <li><strong>server:</strong> Prevent server from exiting on ECONNABORTED (<a href="https://redirect.github.com/hyperium/tonic/issues/1874">#1874</a>)</li> <li><strong>web:</strong> fix panic in trailer parsing on multiple trailers (<a href="https://redirect.github.com/hyperium/tonic/issues/1880">#1880</a>)</li> <li><strong>web:</strong> fix empty trailer parsing causing infinite parser loop (<a href="https://redirect.github.com/hyperium/tonic/issues/1883">#1883</a>)</li> </ul> <h1><a href="https://github.com/hyperium/tonic/compare/v0.12.0...v0.12.1">0.12.1</a> (2024-07-17)</h1> <h3>Bug Fixes</h3> <ul> <li>Reduce tokio-stream feature (<a href="https://redirect.github.com/hyperium/tonic/issues/1795">#1795</a>)</li> </ul> <h1><a href="https://github.com/hyperium/tonic/compare/v0.11.0...v0.12.0">0.12.0</a> (2024-07-08)</h1> <p>This breaking release updates tonic to the hyper <code>1.0</code> ecosystem and also updates to prost <code>v0.13.0</code>.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/tonic/commit/03894a2708c562d6b31c155b1ddc850510ed6c0e"><code>03894a2</code></a> chore: prepare v0.14.2 release (<a href="https://redirect.github.com/hyperium/tonic/issues/2408">#2408</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/d02ee2d1dba2f77570097cbbd87a611399ea98c1"><code>d02ee2d</code></a> Separate out Tls ConnectInfo trait support into separate tls feature (<a href="https://redirect.github.com/hyperium/tonic/issues/2402">#2402</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/52f9de8727d77775b44408541709731b98c94995"><code>52f9de8</code></a> feat(tonic): Improve <code>Status</code> formatting (<a href="https://redirect.github.com/hyperium/tonic/issues/2403">#2403</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/efd69a25a93578dc61ea47c7b4c984238df2a121"><code>efd69a2</code></a> LucioFranco</li> <li><a href="https://github.com/hyperium/tonic/commit/e3f018fc8fa93f88f66f72d756b339c2af97694a"><code>e3f018f</code></a> chore(grpc): Update to socket2 0.6 (<a href="https://redirect.github.com/hyperium/tonic/issues/2390">#2390</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/8ce9ae60fbf843ef97b8871754bdabc124ef94ae"><code>8ce9ae6</code></a> feat(grpc): server codegen using protobuf rust (<a href="https://redirect.github.com/hyperium/tonic/issues/2359">#2359</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/c1b23969f977292c7dbf011a542686dfe36022ce"><code>c1b2396</code></a> chore(build): fix protoc binary name (<a href="https://redirect.github.com/hyperium/tonic/issues/2400">#2400</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/407c0d14f7931aadeced8ddab564826ff66d8e06"><code>407c0d1</code></a> chore(ci): Update to actions/checkout@v5 (<a href="https://redirect.github.com/hyperium/tonic/issues/2398">#2398</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/a84984a4e952b8d6891df76b7d078704a2122ccb"><code>a84984a</code></a> chore(build): convert from bazel to cmake (<a href="https://redirect.github.com/hyperium/tonic/issues/2393">#2393</a>)</li> <li><a href="https://github.com/hyperium/tonic/commit/736a8151c48c780500766203fc702897b763b4aa"><code>736a815</code></a> feat(grpc): add aggregate_states in child_manager (<a href="https://redirect.github.com/hyperium/tonic/issues/2363">#2363</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/tonic/compare/v0.9.2...v0.14.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tonic-build&package-manager=cargo&previous-version=0.9.2&new-version=0.14.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin refs/pull/2515/head:refs/pull/2515/head
git switch refs/pull/2515/head

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch staging
git merge --no-ff refs/pull/2515/head
git switch refs/pull/2515/head
git rebase staging
git switch staging
git merge --ff-only refs/pull/2515/head
git switch refs/pull/2515/head
git rebase staging
git switch staging
git merge --no-ff refs/pull/2515/head
git switch staging
git merge --squash refs/pull/2515/head
git switch staging
git merge --ff-only refs/pull/2515/head
git switch staging
git merge refs/pull/2515/head
git push origin staging
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2515
No description provided.