Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2025

Updates the requirements on prost to permit the latest version.
Updates prost to 0.14.1

Changelog

Sourced from prost's changelog.

Prost version 0.14.1

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

⚠️ Revert emission of rerun commands

Version 0.14.1 reverts the emission of rerun commands. Other than this change, it is identical to 0.14.0.

In version 0.14.0, prost-build began emitting rerun commands. While intended to improve build correctness, this change caused regressions for some users—for example, those generating protos from an includes directory. These edge cases are difficult to address reliably, so the change has been rolled back in 0.14.1.

For more details, see [issue #1296](tokio-rs/prost#1296).

Breaking changes

  • prost: Relax Message Debug trait bound (#1147)

    BREAKING CHANGE: trait Debug was a supertrait of trait Message. This is no longer required by prost. If your code relies on trait Debug being implemented for every impl Message, you must now explicitly state that you require both Debug and Message. For example: where M: Debug + Message

  • prost: Remove prost-derive feature (#1247)

    BREAKING CHANGE: Feature flag prost-derive is renamed to derive. Please rename any usage of prost-derive feature in your Cargo.toml.

  • prost-build: Prevent repeated fields to be boxed (#1237)

    BREAKING CHANGE: A repeated field that is manually marked as boxed was typed as Vec<Box<T>>. Those fields are now simply typed as Vec<T> to prevent double indirection. The boxed configuration is effectively ignored for repeated fields.

  • prost-build: Make type_name_domain cumulative (#1228)

    BREAKING CHANGE: The configuration for domain names of messages is now cumulative. All calls to prost_build::Config::type_name_domain are now concatenated. The previous behavior was that only the arguments of the last call were used. If you do multiple calls to type_name_domain, you need to remove all but the last call to maintain the same behavior.

  • prost-build: Derive Eq and Hash trait for messages where possible (#1175)

    BREAKING CHANGE: prost-build will automatically derive trait Eq and trait Hash for types where all field support those as well. If you manually impl Eq and/or impl Hash for generated types, then you need to remove the manual implementation. If you use type_attribute to derive(Eq) and/or derive(Hash), then you need to remove those.

Features

  • prost-types: Implement conversion Duration to/from chrono::TimeDelta (#1236)
  • prost-build: Prepare for 2024 keyword gen (#1257)

Dependencies

  • (deps) Update pulldown-cmark to 0.13 (#1259)
  • (deps) update criterion requirement from 0.5 to 0.6 (#1280)

Documentation

  • Update dead link LICENSE in prost-types/README.md (#1262)

Styling

  • Use DoubleEndedIterator::next_back (#1255)
  • Fix typo (#1260)

... (truncated)

Commits

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added arrow Changes to the arrow crate auto-dependencies labels Jun 18, 2025
@github-actions github-actions bot added the arrow-flight Changes to the arrow-flight crate label Jun 18, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/main/prost-dfa7aae14e branch 5 times, most recently from dfe2d53 to 7487a85 Compare June 25, 2025 13:43
@dependabot dependabot bot force-pushed the dependabot/cargo/main/prost-dfa7aae14e branch 5 times, most recently from 4b3e71a to 7abb93f Compare July 2, 2025 13:24
@dependabot dependabot bot force-pushed the dependabot/cargo/main/prost-dfa7aae14e branch 5 times, most recently from cb8133b to 5dd5594 Compare July 10, 2025 13:33
@dependabot dependabot bot force-pushed the dependabot/cargo/main/prost-dfa7aae14e branch 9 times, most recently from 1ec7f60 to 2836aa8 Compare July 18, 2025 13:54
@dependabot dependabot bot force-pushed the dependabot/cargo/main/prost-dfa7aae14e branch from 2836aa8 to e2b660c Compare July 22, 2025 13:19
@dependabot dependabot bot force-pushed the dependabot/cargo/main/prost-dfa7aae14e branch 2 times, most recently from e341493 to 0772428 Compare July 24, 2025 13:22
@dependabot dependabot bot force-pushed the dependabot/cargo/main/prost-dfa7aae14e branch 3 times, most recently from 3353263 to 2cd0fd0 Compare July 30, 2025 14:07
@dependabot dependabot bot force-pushed the dependabot/cargo/main/prost-dfa7aae14e branch 5 times, most recently from 3ad3888 to 1cf1378 Compare August 11, 2025 14:42
Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version.

Updates `prost` to 0.14.1
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.1...v0.14.1)

---
updated-dependencies:
- dependency-name: prost
  dependency-version: 0.14.1
  dependency-type: direct:production
  dependency-group: prost
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/main/prost-dfa7aae14e branch from 1cf1378 to d03e83a Compare August 12, 2025 14:10
@alamb
Copy link
Contributor

alamb commented Aug 12, 2025

will update manually when we upgrade tonic I think

@alamb alamb closed this Aug 12, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/main/prost-dfa7aae14e branch August 12, 2025 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate auto-dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant