chore(deps): update tonic monorepo to 0.13.0 #100

Open
kjuulh wants to merge 1 commits from renovate/tonic-monorepo into main
Owner

This PR contains the following updates:

Package Type Update Change
tonic workspace.dependencies minor 0.12.0 -> 0.13.0
tonic-build build-dependencies minor 0.12.0 -> 0.13.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

hyperium/tonic (tonic)

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


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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) | workspace.dependencies | minor | `0.12.0` -> `0.13.0` | | [tonic-build](https://github.com/hyperium/tonic) | build-dependencies | minor | `0.12.0` -> `0.13.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>hyperium/tonic (tonic)</summary> ### [`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) 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 https://github.com/hyperium/tonic/pull/2245 - feat: preserve request user-agent by [@&#8203;dbolduc](https://github.com/dbolduc) in 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 https://github.com/hyperium/tonic/pull/2233 - feat: Expose Status as a Response extension by [@&#8203;tamasfe](https://github.com/tamasfe) in https://github.com/hyperium/tonic/pull/2145 - fix: tls config overwrite in endpoint by [@&#8203;vigneshs-12](https://github.com/vigneshs-12) in https://github.com/hyperium/tonic/pull/2252 - feat: expose creation of HealthService and HealthReporter by [@&#8203;LeonHartley](https://github.com/LeonHartley) in https://github.com/hyperium/tonic/pull/2251 #### New Contributors - [@&#8203;dbolduc](https://github.com/dbolduc) made their first contribution in https://github.com/hyperium/tonic/pull/2250 - [@&#8203;tamasfe](https://github.com/tamasfe) made their first contribution in https://github.com/hyperium/tonic/pull/2145 - [@&#8203;vigneshs-12](https://github.com/vigneshs-12) made their first contribution in https://github.com/hyperium/tonic/pull/2252 - [@&#8203;rafaeling](https://github.com/rafaeling) made their first contribution in https://github.com/hyperium/tonic/pull/2207 - [@&#8203;LeonHartley](https://github.com/LeonHartley) made their first contribution in 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) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-26 00:45:19 +01:00
chore(deps): update tonic monorepo to 0.13.0
Some checks failed
renovate/artifacts Artifact file update failure
713cf3adf1
Author
Owner

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `tonic`.
    ... required by package `hyperlog-server v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/hyperlog/crates/hyperlog-server)`
    ... which satisfies path dependency `hyperlog-server` (locked to 0.1.0) of package `hyperlog v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/hyperlog/crates/hyperlog)`
versions that meet the requirements `^0.13.0` are: 0.13.1, 0.13.0

the package `hyperlog-server` depends on `tonic`, with features: `tls` but `tonic` does not have these features.


failed to select a version for `tonic` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/hyperlog-protos/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `tonic`.
    ... required by package `hyperlog-server v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/hyperlog/crates/hyperlog-server)`
    ... which satisfies path dependency `hyperlog-server` (locked to 0.1.0) of package `hyperlog v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/hyperlog/crates/hyperlog)`
versions that meet the requirements `^0.13.0` are: 0.13.1, 0.13.0

the package `hyperlog-server` depends on `tonic`, with features: `tls` but `tonic` does not have these features.


failed to select a version for `tonic` which could resolve this conflict

### ⚠️ Artifact update problem Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace Updating crates.io index error: failed to select a version for `tonic`. ... required by package `hyperlog-server v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/hyperlog/crates/hyperlog-server)` ... which satisfies path dependency `hyperlog-server` (locked to 0.1.0) of package `hyperlog v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/hyperlog/crates/hyperlog)` versions that meet the requirements `^0.13.0` are: 0.13.1, 0.13.0 the package `hyperlog-server` depends on `tonic`, with features: `tls` but `tonic` does not have these features. failed to select a version for `tonic` which could resolve this conflict ``` ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/hyperlog-protos/Cargo.toml --workspace Updating crates.io index error: failed to select a version for `tonic`. ... required by package `hyperlog-server v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/hyperlog/crates/hyperlog-server)` ... which satisfies path dependency `hyperlog-server` (locked to 0.1.0) of package `hyperlog v0.1.0 (/tmp/renovate/repos/gitea/kjuulh/hyperlog/crates/hyperlog)` versions that meet the requirements `^0.13.0` are: 0.13.1, 0.13.0 the package `hyperlog-server` depends on `tonic`, with features: `tls` but `tonic` does not have these features. failed to select a version for `tonic` which could resolve this conflict ```
kjuulh force-pushed renovate/tonic-monorepo from 713cf3adf1 to f99b862c55 2025-06-03 02:28:13 +02:00 Compare
kjuulh force-pushed renovate/tonic-monorepo from f99b862c55 to d1a7af3a25 2025-06-03 05:27:14 +02:00 Compare
kjuulh force-pushed renovate/tonic-monorepo from d1a7af3a25 to 028d6e922c 2025-06-04 02:29:11 +02:00 Compare
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

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 checkout renovate/tonic-monorepo
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/hyperlog#100
No description provided.