fix(deps): update tonic monorepo to 0.14.0 #63

Open
renovate-bot wants to merge 1 commit from renovate/tonic-monorepo into master
Member

This PR contains the following updates:

Package Type Update Change
tonic dependencies minor 0.11.0 -> 0.14.0
tonic-build build-dependencies minor 0.11.0 -> 0.14.0

Release Notes

hyperium/tonic (tonic)

v0.14.1

Compare Source

Bug Fixes
Features

0.6.2 (2021-12-08)

Bug Fixes

0.6.1 (2021-10-27)

Bug Fixes

v0.14.0

Compare Source

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
New Contributors

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

v0.13.1

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/hyperium/tonic/compare/v0.13.0...v0.13.1

v0.13.0

Compare Source

v0.12.3

Compare Source

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)

v0.12.2

Compare Source

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)

v0.12.1

Compare Source

Bug Fixes
  • Reduce tokio-stream feature (#​1795)

v0.12.0

Compare Source

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

Features
Bug Fixes
BREAKING CHANGES
  • tonic and crates updated to hyper 1.0 (#​1670)
  • tonic and crates updated to prost 0.13 (#​1779)
  • tonic_reflection::server is updated to use the generated
    tonic_reflection::pb::v1 code.
  • Make compression encoding configuration more malleable (#​1757)
  • Removed implicit configuration of client TLS roots setup (#​1731)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tonic](https://github.com/hyperium/tonic) | dependencies | minor | `0.11.0` -> `0.14.0` | | [tonic-build](https://github.com/hyperium/tonic) | build-dependencies | minor | `0.11.0` -> `0.14.0` | --- ### Release Notes <details> <summary>hyperium/tonic (tonic)</summary> ### [`v0.14.1`](https://github.com/hyperium/tonic/blob/HEAD/CHANGELOG.md#070-2022-04-01) [Compare Source](https://github.com/hyperium/tonic/compare/v0.14.0...v0.14.1) ##### Bug Fixes - **build:** clippy warning for must\_use ([#&#8203;892](https://github.com/hyperium/tonic/issues/892)) ([a337f13](https://github.com/hyperium/tonic/commit/a337f132a57dfcc262b70537cf31686519e0f73c)) - **codec:** Remove `Default` bound on `Codec` ([#&#8203;894](https://github.com/hyperium/tonic/issues/894)) ([d574cfd](https://github.com/hyperium/tonic/commit/d574cfda3a692d300db02f486a1792a99b3f9f6d)) - **codec:** Return None after poll\_data error ([#&#8203;921](https://github.com/hyperium/tonic/issues/921)) ([d7cae70](https://github.com/hyperium/tonic/commit/d7cae702fc2284473846db7c946baf87977b7b48)) - Handle interceptor errors as responses ([#&#8203;840](https://github.com/hyperium/tonic/issues/840)) ([#&#8203;842](https://github.com/hyperium/tonic/issues/842)) ([bf44940](https://github.com/hyperium/tonic/commit/bf44940f9b73709a83b31e4595a3d8ad262797a3)) - **health:** Correctly implement spec for overall health ([#&#8203;897](https://github.com/hyperium/tonic/issues/897)) ([2b0ffee](https://github.com/hyperium/tonic/commit/2b0ffee62034f5983f8d6dcdafccd66f780559f2)) - Return error on non https uri instead of panic ([#&#8203;838](https://github.com/hyperium/tonic/issues/838)) ([ef6e245](https://github.com/hyperium/tonic/commit/ef6e245180936097e56f5f95ed8b182674f3131b)) - **tonic:** Expose h2 error instead of reason ([#&#8203;883](https://github.com/hyperium/tonic/issues/883)) ([a33e15a](https://github.com/hyperium/tonic/commit/a33e15a387a6ca1844748346904d28cb4caae84b)) - **tonic:** Preserve HTTP method in interceptor ([#&#8203;912](https://github.com/hyperium/tonic/issues/912)) ([e623562](https://github.com/hyperium/tonic/commit/e6235623c4707f97e9b9f7c3ba88745050a884e5)) - **transport:** connect w/ connector infailable ([#&#8203;922](https://github.com/hyperium/tonic/issues/922)) ([a197c20](https://github.com/hyperium/tonic/commit/a197c20469a666164c5cba280679e55b9e9e2b6c)) - **transport:** Endpoint returns transport error ([#&#8203;920](https://github.com/hyperium/tonic/issues/920)) ([ee6e726](https://github.com/hyperium/tonic/commit/ee6e726707a6839c6cabe672eb296c6118a2a1cd)) - **transport:** Make `Server::layer()` support more than one layer ([#&#8203;932](https://github.com/hyperium/tonic/issues/932)) ([e30bb7e](https://github.com/hyperium/tonic/commit/e30bb7ede7e107a3181cd786533c250ba09a2fcf)) - **transport:** Make server builder more consitient ([#&#8203;901](https://github.com/hyperium/tonic/issues/901)) ([6763d19](https://github.com/hyperium/tonic/commit/6763d191d267c1b9f861b96ad0f4b850e0264f4d)) - **web:** Fix error tonic-web doc url ([#&#8203;928](https://github.com/hyperium/tonic/issues/928)) ([37cd483](https://github.com/hyperium/tonic/commit/37cd48304f07adf09ab61b74b6ba3c91a24d2729)) ##### Features - **build:** add constructor `from_arc` for gRPC servers ([#&#8203;875](https://github.com/hyperium/tonic/issues/875)) ([7179f7a](https://github.com/hyperium/tonic/commit/7179f7ae6a5186bb64e4c120302084f56c053206)) - **build:** Expose Prost generation plugin ([#&#8203;947](https://github.com/hyperium/tonic/issues/947)) ([d4bd475](https://github.com/hyperium/tonic/commit/d4bd4758dd80135f89d3e559c5d7f42ccbbab504)) - **build:** use prettyplease to format output ([#&#8203;890](https://github.com/hyperium/tonic/issues/890)) ([#&#8203;904](https://github.com/hyperium/tonic/issues/904)) ([d6c0fc1](https://github.com/hyperium/tonic/commit/d6c0fc112b2288a080fd0a727453b24d666e3d79)) - **health:** Expose `HealthService` publically ([#&#8203;930](https://github.com/hyperium/tonic/issues/930)) ([097e7e8](https://github.com/hyperium/tonic/commit/097e7e85a9079bb76bef54921f03c6f7e0ee0744)) - Implement hash for `Code` ([#&#8203;917](https://github.com/hyperium/tonic/issues/917)) ([6bc7dab](https://github.com/hyperium/tonic/commit/6bc7dab8e099c8ce226a6261e545d8d131c604f0)) - **tls:** upgrade to tokio-rustls 0.23 (rustls 0.20) ([#&#8203;859](https://github.com/hyperium/tonic/issues/859)) ([4548997](https://github.com/hyperium/tonic/commit/4548997080c9c34f12dc0ff83ab0e2bb35ceca9c)) - **transport:** add unix socket support in server ([#&#8203;861](https://github.com/hyperium/tonic/issues/861)) ([dee2ab5](https://github.com/hyperium/tonic/commit/dee2ab52ff4a2995156a3baf5ea916b479fd1d14)) - **transport:** port router to axum ([#&#8203;830](https://github.com/hyperium/tonic/issues/830)) ([6dfc20e](https://github.com/hyperium/tonic/commit/6dfc20e1db455be12b0a647533c65bbfd6ae78f2)) - **transport:** support customizing `Channel`'s async executor ([#&#8203;935](https://github.com/hyperium/tonic/issues/935)) ([0859d82](https://github.com/hyperium/tonic/commit/0859d82e577fb024e39ce9b5b7356b95dcb66562)) - Update prost to 0.10 ([#&#8203;948](https://github.com/hyperium/tonic/issues/948)) ([c78274e](https://github.com/hyperium/tonic/commit/c78274e3fe5763cba291a605979cd7175ad6c38f)) #### [0.6.2](https://github.com/hyperium/tonic/compare/v0.6.1...v0.6.2) (2021-12-08) ##### Bug Fixes - **examples:** Fix autoreload example ([#&#8203;798](https://github.com/hyperium/tonic/issues/798)) ([#&#8203;818](https://github.com/hyperium/tonic/issues/818)) ([8508f36](https://github.com/hyperium/tonic/commit/8508f369c2c12b09bcd6c099a7915566603911fd)) #### [0.6.1](https://github.com/hyperium/tonic/compare/v0.6.0...v0.6.1) (2021-10-27) ##### Bug Fixes - **transport:** Bump hyper to 0.14.14 ([#&#8203;813](https://github.com/hyperium/tonic/issues/813)) ([2a3e9b2](https://github.com/hyperium/tonic/commit/2a3e9b2f6fa459b065c5a4ebeab5f447a3515707)) ### [`v0.14.0`](https://github.com/hyperium/tonic/releases/tag/v0.14.0) [Compare Source](https://github.com/hyperium/tonic/compare/v0.13.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](https://www.youtube.com/watch?v=ux1xoUR9Xm8) 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 - add support for tower's load-shed layer by [@&#8203;joeroback](https://github.com/joeroback) in [#&#8203;2189](https://github.com/hyperium/tonic/pull/2189) - Box Status contents to reduce enum size ([#&#8203;2253](https://github.com/hyperium/tonic/issues/2253)) by [@&#8203;tustvold](https://github.com/tustvold) in [#&#8203;2282](https://github.com/hyperium/tonic/pull/2282) - Update to prost 0.14 by [@&#8203;tottoto](https://github.com/tottoto) in [#&#8203;2300](https://github.com/hyperium/tonic/pull/2300) - Update generated code to `error_details.proto` `a56cbf3b` by [@&#8203;kriswuollett](https://github.com/kriswuollett) in [#&#8203;2306](https://github.com/hyperium/tonic/pull/2306) - feat(transport): Allow setting TCP\_KEEPINTVL and TCP\_KEEPCNT by [@&#8203;xmakro](https://github.com/xmakro) in [#&#8203;2299](https://github.com/hyperium/tonic/pull/2299) - fix(tonic): make `Streaming` `Sync` again by [@&#8203;Twey](https://github.com/Twey) in [#&#8203;2293](https://github.com/hyperium/tonic/pull/2293) - feat: preserve user-agent header (for real) by [@&#8203;dbolduc](https://github.com/dbolduc) in [#&#8203;2290](https://github.com/hyperium/tonic/pull/2290) - feat(tls): Add tls handshake timeout support by [@&#8203;honsunrise](https://github.com/honsunrise) in [#&#8203;2309](https://github.com/hyperium/tonic/pull/2309) - Update socket2 to v0.6 by [@&#8203;Thomasdezeeuw](https://github.com/Thomasdezeeuw) in [#&#8203;2329](https://github.com/hyperium/tonic/pull/2329) - feat: Extract prost into its own tonic based crates by [@&#8203;LucioFranco](https://github.com/LucioFranco) in [#&#8203;2321](https://github.com/hyperium/tonic/pull/2321) - feat(build): allow to specify trait attributes by [@&#8203;ya7on](https://github.com/ya7on) in [#&#8203;2348](https://github.com/hyperium/tonic/pull/2348) ##### New Contributors - [@&#8203;joeroback](https://github.com/joeroback) made their first contribution in [#&#8203;2189](https://github.com/hyperium/tonic/pull/2189) - [@&#8203;tustvold](https://github.com/tustvold) made their first contribution in [#&#8203;2282](https://github.com/hyperium/tonic/pull/2282) - [@&#8203;darrasse](https://github.com/darrasse) made their first contribution in [#&#8203;2297](https://github.com/hyperium/tonic/pull/2297) - [@&#8203;ADSteele916](https://github.com/ADSteele916) made their first contribution in [#&#8203;2291](https://github.com/hyperium/tonic/pull/2291) - [@&#8203;kriswuollett](https://github.com/kriswuollett) made their first contribution in [#&#8203;2306](https://github.com/hyperium/tonic/pull/2306) - [@&#8203;xmakro](https://github.com/xmakro) made their first contribution in [#&#8203;2299](https://github.com/hyperium/tonic/pull/2299) - [@&#8203;Twey](https://github.com/Twey) made their first contribution in [#&#8203;2293](https://github.com/hyperium/tonic/pull/2293) - [@&#8203;honsunrise](https://github.com/honsunrise) made their first contribution in [#&#8203;2309](https://github.com/hyperium/tonic/pull/2309) - [@&#8203;CommanderStorm](https://github.com/CommanderStorm) made their first contribution in [#&#8203;2308](https://github.com/hyperium/tonic/pull/2308) - [@&#8203;ya7on](https://github.com/ya7on) made their first contribution in [#&#8203;2348](https://github.com/hyperium/tonic/pull/2348) **Full Changelog**: <https://github.com/hyperium/tonic/compare/v0.13.1...v0.14.0> ### [`v0.13.1`](https://github.com/hyperium/tonic/releases/tag/v0.13.1) [Compare Source](https://github.com/hyperium/tonic/compare/v0.13.0...v0.13.1) ##### What's Changed - Bump `h2` to `v0.4.10` by [@&#8203;LucioFranco](https://github.com/LucioFranco) [#&#8203;2263](https://github.com/hyperium/tonic/pull/2263) - feat(web): relax bounds for inner service's response body by [@&#8203;bmwill](https://github.com/bmwill) in [#&#8203;2245](https://github.com/hyperium/tonic/pull/2245) - feat: preserve request user-agent by [@&#8203;dbolduc](https://github.com/dbolduc) in [#&#8203;2250](https://github.com/hyperium/tonic/pull/2250) - feat(server): Add method to get local addr to TcpIncoming by [@&#8203;tottoto](https://github.com/tottoto) in [#&#8203;2233](https://github.com/hyperium/tonic/pull/2233) - feat: Expose Status as a Response extension by [@&#8203;tamasfe](https://github.com/tamasfe) in [#&#8203;2145](https://github.com/hyperium/tonic/pull/2145) - fix: tls config overwrite in endpoint by [@&#8203;vigneshs-12](https://github.com/vigneshs-12) in [#&#8203;2252](https://github.com/hyperium/tonic/pull/2252) - feat: expose creation of HealthService and HealthReporter by [@&#8203;LeonHartley](https://github.com/LeonHartley) in [#&#8203;2251](https://github.com/hyperium/tonic/pull/2251) ##### New Contributors - [@&#8203;dbolduc](https://github.com/dbolduc) made their first contribution in [#&#8203;2250](https://github.com/hyperium/tonic/pull/2250) - [@&#8203;tamasfe](https://github.com/tamasfe) made their first contribution in [#&#8203;2145](https://github.com/hyperium/tonic/pull/2145) - [@&#8203;vigneshs-12](https://github.com/vigneshs-12) made their first contribution in [#&#8203;2252](https://github.com/hyperium/tonic/pull/2252) - [@&#8203;rafaeling](https://github.com/rafaeling) made their first contribution in [#&#8203;2207](https://github.com/hyperium/tonic/pull/2207) - [@&#8203;LeonHartley](https://github.com/LeonHartley) made their first contribution in [#&#8203;2251](https://github.com/hyperium/tonic/pull/2251) **Full Changelog**: <https://github.com/hyperium/tonic/compare/v0.13.0...v0.13.1> ### [`v0.13.0`](https://github.com/hyperium/tonic/blob/HEAD/CHANGELOG.md#NOTE-ths-changelog-is-no-longer-used-and-from-version-v0130-onward-we-will-be-using-github-releases-and-the-changes-can-be-found-here-) [Compare Source](https://github.com/hyperium/tonic/compare/v0.12.3...v0.13.0) ### [`v0.12.3`](https://github.com/hyperium/tonic/blob/HEAD/CHANGELOG.md#0123-2024-08-29) [Compare Source](https://github.com/hyperium/tonic/compare/v0.12.2...v0.12.3) ##### Features - **server:** Added support for grpc max\_connection\_age ([#&#8203;1865](https://github.com/hyperium/tonic/issues/1865)) - **build:** Add `#[deprecated]` to deprecated client methods ([#&#8203;1879](https://github.com/hyperium/tonic/issues/1879)) - **build:** plumb skip\_debug through prost Builder and add test ([#&#8203;1900](https://github.com/hyperium/tonic/issues/1900)) ##### Bug Fixes - **build:** Revert "fix tonic-build cargo build script outputs ([#&#8203;1821](https://github.com/hyperium/tonic/issues/1821))" which accidentally increases MSRV ([#&#8203;1898](https://github.com/hyperium/tonic/issues/1898)) - **server:** ignore more error kinds in incoming socket stream ([#&#8203;1885](https://github.com/hyperium/tonic/issues/1885)) - **transport**: do not shutdown server on broken connections ([#&#8203;1948](https://github.com/hyperium/tonic/issues/1948)) ### [`v0.12.2`](https://github.com/hyperium/tonic/blob/HEAD/CHANGELOG.md#0122-2024-08-23) [Compare Source](https://github.com/hyperium/tonic/compare/v0.12.1...v0.12.2) ##### Features - Move TimeoutExpired out of transport ([#&#8203;1826](https://github.com/hyperium/tonic/issues/1826)) - Move ConnectError type from transport ([#&#8203;1828](https://github.com/hyperium/tonic/issues/1828)) - **channel:** allow setting max\_header\_list\_size ([#&#8203;1835](https://github.com/hyperium/tonic/issues/1835)) - **router:** Add RoutesBuilder constructor ([#&#8203;1855](https://github.com/hyperium/tonic/issues/1855)) - **tls:** Rename tls-roots feature with tls-native-roots ([#&#8203;1860](https://github.com/hyperium/tonic/issues/1860)) - **router:** Rename Routes::into\_router with into\_axum\_router ([#&#8203;1862](https://github.com/hyperium/tonic/issues/1862)) - **router:** Implement from axum::Router for Routes ([#&#8203;1863](https://github.com/hyperium/tonic/issues/1863)) - **channel:** Re-enable TLS based on Cargo features in generated clients ([#&#8203;1866](https://github.com/hyperium/tonic/issues/1866)) - **server:** allow setting max\_header\_list\_size ([#&#8203;1870](https://github.com/hyperium/tonic/issues/1870)) - **build:** Expose formatted service name ([#&#8203;1684](https://github.com/hyperium/tonic/issues/1684)) - **reflection:** add back support for v1alpha reflection protocol ([#&#8203;1888](https://github.com/hyperium/tonic/issues/1888)) ##### Bug Fixes - **router:** Add missing unimplemented fallback to RoutesBuilder ([#&#8203;1864](https://github.com/hyperium/tonic/issues/1864)) - **server:** Prevent server from exiting on ECONNABORTED ([#&#8203;1874](https://github.com/hyperium/tonic/issues/1874)) - **web:** fix panic in trailer parsing on multiple trailers ([#&#8203;1880](https://github.com/hyperium/tonic/issues/1880)) - **web:** fix empty trailer parsing causing infinite parser loop ([#&#8203;1883](https://github.com/hyperium/tonic/issues/1883)) ### [`v0.12.1`](https://github.com/hyperium/tonic/blob/HEAD/CHANGELOG.md#0121-2024-07-17) [Compare Source](https://github.com/hyperium/tonic/compare/v0.12.0...v0.12.1) ##### Bug Fixes - Reduce tokio-stream feature ([#&#8203;1795](https://github.com/hyperium/tonic/issues/1795)) ### [`v0.12.0`](https://github.com/hyperium/tonic/blob/HEAD/CHANGELOG.md#0120-2024-07-08) [Compare Source](https://github.com/hyperium/tonic/compare/v0.11.0...v0.12.0) This breaking release updates tonic to the hyper `1.0` ecosystem and also updates to prost `v0.13.0`. ##### Features - **build:** Custom codecs for generated code ([#&#8203;1599](https://github.com/hyperium/tonic/issues/1599)) ([18a2b30](https://github.com/hyperium/tonic/commit/18a2b30922460be02829706cf9dd0cd1ec6a19c1)) - **channel:** Make channel feature additive ([#&#8203;1574](https://github.com/hyperium/tonic/issues/1574)) ([b947e1a](https://github.com/hyperium/tonic/commit/b947e1ac0727ceb0a0267a30854ada4ba18931db)) - **codec:** Make error when not utf8 value in compression encoding ([#&#8203;1768](https://github.com/hyperium/tonic/issues/1768)) ([f8e1f87](https://github.com/hyperium/tonic/commit/f8e1f87eb862676147fd6215b58c9090d259104d)) - Implement http\_body::Body::size\_hint for custom body ([#&#8203;1713](https://github.com/hyperium/tonic/issues/1713)) ([9728c01](https://github.com/hyperium/tonic/commit/9728c01132bd64dca046675198edc751c4547966)) - Make boxed function public ([#&#8203;1754](https://github.com/hyperium/tonic/issues/1754)) ([2cc868f](https://github.com/hyperium/tonic/commit/2cc868f80b20379d6635ac182f523b4971d016b7)) - Relax GrpcMethod lifetime ([#&#8203;1598](https://github.com/hyperium/tonic/issues/1598)) ([68bf17d](https://github.com/hyperium/tonic/commit/68bf17d67ad71af44c34d565566c3dd58ea3ab87)) - **tls:** Add ability to add multiple ca certificates ([#&#8203;1724](https://github.com/hyperium/tonic/issues/1724)) ([3457f92](https://github.com/hyperium/tonic/commit/3457f9203226f88524b31bf5d64ce6e5ec7c993c)) - **tls:** Use rustls\_pki\_types::CertificateDer to describe DER encoded certificate ([#&#8203;1707](https://github.com/hyperium/tonic/issues/1707)) ([96a8cbc](https://github.com/hyperium/tonic/commit/96a8cbc04d0cad6d30d2944dba6b32aac8975f91)) - **tls:** Remove tls roots implicit configuration ([#&#8203;1731](https://github.com/hyperium/tonic/issues/1731)) ([de73617](https://github.com/hyperium/tonic/commit/de736171f20ec5d485c26ee5eda4a9ccf5fc75e5)) - **transport:** Make service router independent from transport ([#&#8203;1572](https://github.com/hyperium/tonic/issues/1572)) ([da48235](https://github.com/hyperium/tonic/commit/da482359933f52e84c0263b28a5a83ab1efe6c33)) - **transport:** Make transport server and channel independent ([#&#8203;1630](https://github.com/hyperium/tonic/issues/1630)) ([654289f](https://github.com/hyperium/tonic/commit/654289fdc24f56d6845ec0ceb233deb46b640fac)) - **transport:** Rename reexported axum body ([#&#8203;1752](https://github.com/hyperium/tonic/issues/1752)) ([5d7bfc2](https://github.com/hyperium/tonic/commit/5d7bfc22c590982463f2d93464b0a7fb90e17083)) - Use http::Extensions directly ([#&#8203;1710](https://github.com/hyperium/tonic/issues/1710)) ([ed95d27](https://github.com/hyperium/tonic/commit/ed95d2762146f001970b74941f3bad77b7560426)) ##### Bug Fixes - **tonic:** flush accumulated ready messages when status received ([#&#8203;1756](https://github.com/hyperium/tonic/issues/1756)) ([d312dcc](https://github.com/hyperium/tonic/commit/d312dcc0ec362cb12f6e54072622761d7466a650)), closes [#&#8203;1423](https://github.com/hyperium/tonic/issues/1423) ##### BREAKING CHANGES - `tonic` and crates updated to hyper 1.0 ([#&#8203;1670](https://github.com/hyperium/tonic/issues/1670)) - `tonic` and crates updated to prost 0.13 ([#&#8203;1779](https://github.com/hyperium/tonic/issues/1779)) - `tonic_reflection::server` is updated to use the generated `tonic_reflection::pb::v1` code. - Make compression encoding configuration more malleable ([#&#8203;1757](https://github.com/hyperium/tonic/issues/1757)) - Removed implicit configuration of client TLS roots setup ([#&#8203;1731](https://github.com/hyperium/tonic/issues/1731)) [v1.8.8]: https://github.com/fullstorydev/grpcurl/releases/tag/v1.8.8 [proto]: https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1/reflection.proto [grpcurl]: https://github.com/fullstorydev/grpcurl </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuMiIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot force-pushed renovate/tonic-monorepo from 560cd85dfe to 54d0751d41 2024-07-22 19:31:28 +05:30 Compare
renovate-bot force-pushed renovate/tonic-monorepo from 54d0751d41 to a0289050dd 2024-07-22 20:01:27 +05:30 Compare
renovate-bot force-pushed renovate/tonic-monorepo from a0289050dd to eaa08a29c8 2024-08-30 12:09:56 +05:30 Compare
renovate-bot force-pushed renovate/tonic-monorepo from eaa08a29c8 to 095b5f90f6 2025-03-31 05:10:20 +05:30 Compare
renovate-bot changed title from fix(deps): update tonic monorepo to 0.12.0 to fix(deps): update tonic monorepo to 0.13.0 2025-03-31 05:10:21 +05:30
renovate-bot force-pushed renovate/tonic-monorepo from 095b5f90f6 to b099727660 2025-08-04 05:11:05 +05:30 Compare
renovate-bot changed title from fix(deps): update tonic monorepo to 0.13.0 to fix(deps): update tonic monorepo to 0.14.0 2025-08-04 05:11:06 +05:30
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tonic-monorepo:renovate/tonic-monorepo
git switch renovate/tonic-monorepo

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 master
git merge --no-ff renovate/tonic-monorepo
git switch renovate/tonic-monorepo
git rebase master
git switch master
git merge --ff-only renovate/tonic-monorepo
git switch renovate/tonic-monorepo
git rebase master
git switch master
git merge --no-ff renovate/tonic-monorepo
git switch master
git merge --squash renovate/tonic-monorepo
git switch master
git merge --ff-only renovate/tonic-monorepo
git switch master
git merge renovate/tonic-monorepo
git push origin master
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: mCaptcha/dcache#63
No description provided.