ava-labs / avalanche-types-rs

Avalanche primitive types in Rust (experimental)
Other
32 stars 10 forks source link

Update protoc-gen-tonic requirement from 0.2.2 to 0.3.0 #98

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on protoc-gen-tonic to permit the latest version.

Changelog

Sourced from protoc-gen-tonic's changelog.

Changelog

This changelog is based on the format from Keep a Changelog.

[Unreleased]

[2023-07-06]

  • protoc-gen-prost 0.2.3
  • protoc-gen-tonic 0.3.0

BREAKING CHANGES

  • (tonic) Updated code generation to support tonic 0.9 (#72)

Fixed

  • (prost) Fixed missing outputs when multiple protos define the same package (#71)
  • (docs) Update documentation for prost remote plugins (#69)

Changed

  • Updated the version of h2 used by the example crate (#65)

Thanks to @​abrisco and @​pkwarren for their contributions this release

#65: neoeinstein/protoc-gen-prost#65 #69: neoeinstein/protoc-gen-prost#69 #71: neoeinstein/protoc-gen-prost#71 #72: neoeinstein/protoc-gen-prost#72

[2023-03-01]

  • protoc-gen-prost-serde 0.2.3

Fixed

  • (serde) Handle module paths that contain keywords

[2023-02-25]

  • protoc-gen-prost 0.2.2
  • protoc-gen-prost-serde 0.2.2
  • protoc-gen-tonic 0.2.2

Fixed

  • (prost) Corrected matching for the file descriptor set option (#46)

Added

... (truncated)

Commits


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 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 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)
dependabot[bot] commented 1 year ago

Looks like protoc-gen-tonic is up-to-date now, so this is no longer needed.