Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(api,subscriber)!: upgrade tonic to 0.12 #571

Merged
merged 2 commits into from
Jul 12, 2024

Commits on Jul 10, 2024

  1. update: bump tonic to 0.12

    Update all dependencies on `tonic` and `tonic-build` to v0.12, along
    with the related `prost`, `prost-types` and `prost-build` crates to
    v0.13.1.
    
    BREAKING CHANGE:
    This is a breaking change for users of `console-api` and
    `console-subscriber`, as it changes the public `tonic`, `prost` and
    `prost-types` dependency to a semver-incompatible version. This breaks
    compatibility with `tonic` 0.11.x as well as `prost`/`prost-types`
    0.12.x.
    dnaka91 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    229df4f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    21b06da View commit details
    Browse the repository at this point in the history