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 protox requirement from 0.5.0 to 0.6.0 #59

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Updates the requirements on protox to permit the latest version.

Changelog

Sourced from protox's changelog.

[0.6.0] - 2024-02-07

Changed

  • The minimum supported rust version is now 1.70.0.
  • Updated the miette dependency to version 7.0.0.

[0.5.1] - 2023-11-02

Added

  • The prost and prost-reflect dependencies are now re-exported at the crate root, for easier use in build scripts.

[0.5.0] - 2023-09-01

Changed

  • The minimum supported rust version is now 1.64.0.
  • Updated to prost 0.12.0
  • Protox now validates that all referenced types are included in imported files (#6)

[0.4.1] - 2023-06-25

Fixed

  • Fixed a panic while parsing an invalid file like { $.

[0.4.0] - 2023-06-18

Changed

  • Breaking: Compiler::files is now returns an iterator of FileMetadata instances, to avoid some clones while compiling a file.

[0.3.5] - 2023-06-05

Changed

  • The error when reading invalid UTF-8 is now classified as a parse error, not an IO error.

[0.3.4] - 2023-06-05

Added

  • Added new methods to get error details: Error::is_parse, Error::is_io and Error::file.

[0.3.3] - 2023-04-27

Changed

  • Updated logos dependency to 0.13.0.

... (truncated)

Commits
  • c1c84d1 (cargo-release) protox version 0.6.0
  • cf1ab2e (cargo-release) protox-parse version 0.6.0
  • c9fc45f Update to miette 7.0.0 (#47)
  • a248e3c Bump unsafe-libyaml from 0.2.9 to 0.2.10 (#35)
  • 06d06a3 (cargo-release) protox version 0.5.1
  • 961527f Fix documentation for tonic-build
  • 266c1ec Re-export prost and prost-reflect at crate root
  • ca16dc7 Bump the production-dependencies group with 9 updates (#26)
  • 7992195 Use dependabot groups
  • 54302a2 Include source_code_info in example file descriptors in docs
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [protox](https://github.com/andrewhickman/protox) to permit the latest version.
- [Changelog](https://github.com/andrewhickman/protox/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/protox@0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: protox
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2024

Looks like protox is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 13, 2024
@dependabot dependabot bot deleted the dependabot/cargo/protox-0.6.0 branch March 13, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants