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

build(deps): update protox requirement from 0.6 to 0.7 in /src-tauri #828

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

Updates the requirements on protox to permit the latest version.

Changelog

Sourced from protox's changelog.

[0.7.0] - 2024-07-08

Changed

[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.

... (truncated)

Commits
  • 08b875c (cargo-release) protox version 0.7.0
  • c689e1e (cargo-release) protox-parse version 0.7.0
  • 94bd666 Update prost to 0.13.0 (#69)
  • 04ca922 (cargo-release) protox version 0.6.1
  • 4c96b57 (cargo-release) protox-parse version 0.6.1
  • c4049c5 Update codecov task (#63)
  • 1017903 Bump the production-dependencies group across 1 directory with 9 updates (#62)
  • fdc5bd9 Add regression test for #57 (#58)
  • 1fd0981 Bump the production-dependencies group with 4 updates (#53)
  • 090e63f Bump the production-dependencies group with 2 updates (#51)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 9, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/src-tauri/protox-0.7 branch from 3aae24c to 0624339 Compare August 3, 2024 10:01
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.6.0...0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/src-tauri/protox-0.7 branch from 0624339 to dffe2c6 Compare August 4, 2024 06:37
@Ludea Ludea merged commit ddc65e8 into main Aug 4, 2024
0 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/protox-0.7 branch August 4, 2024 06:39
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant