Skip to content

chore(deps): bump the prost group across 1 directory with 4 updates#24791

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/prost-234c40325b
Open

chore(deps): bump the prost group across 1 directory with 4 updates#24791
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/prost-234c40325b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the prost group with 4 updates in the / directory: prost, prost-build, prost-reflect and prost-types.

Updates prost from 0.12.6 to 0.14.3

Changelog

Sourced from prost's changelog.

Prost version 0.14.3

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

⚠️ Heads-up

  • Add back DecodeError::new (#1382)

    The DecodeError::new() was removed to simplify our code. It was not part of the public API, but removing it broke code in other crates. It is added back to prevent breakage across the ecosystem.

🐛 Bug Fixes

  • Name::full_name() is correct for empty packages (#1386)

💼 Dependencies

  • (deps) Bump actions/upload-artifact from 5 to 6 (#1381)
  • (deps) Update pulldown-cmark-to-cmark requirement from 21 to 22 (#1384)

⚙️ Miscellaneous Tasks

  • Remove protobuf submodule and leverage cmake for it (#1389)

Prost version 0.14.2

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

note: this version was yanked in favor of 0.14.2

⚠️ Heads-up

  • Increase MSRV to 1.82 (#1356)

  • Update maintenance status to Passively Maintained (#1359)

    This excerpt is from the readme:

    The current maintainer is not contributing new features and doesn't have the time to review new features. Bug fixes and small improvements are welcome. Feel free to contribute small and easily reviewable PRs.

    Bug fixes are still important, and security fixes will be released as soon as possible. Contact the #prost channel in Tokio discord if you feel a bug or security fix is not getting enough attention.

    The maintainer expects the official protobuf project to release their rust library soon and expects it to be as fully featured as the C++ library. See their source code and crate for more information.

🚀 Features

  • Configure prost path via prost_build::Config or #[(prost(prost_path = "::prost")] (#1274)
  • Support for deprecated enum and oneof fields (#1316)

🐛 Bug Fixes

  • (prost-build) Resolve OneOf type name conflict with embedded message (#1294)
  • (prost-build) Avoid OneOf type collision with enums and keyword names (#1341)

... (truncated)

Commits

Updates prost-build from 0.12.6 to 0.14.3

Changelog

Sourced from prost-build's changelog.

Prost version 0.14.3

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

⚠️ Heads-up

  • Add back DecodeError::new (#1382)

    The DecodeError::new() was removed to simplify our code. It was not part of the public API, but removing it broke code in other crates. It is added back to prevent breakage across the ecosystem.

🐛 Bug Fixes

  • Name::full_name() is correct for empty packages (#1386)

💼 Dependencies

  • (deps) Bump actions/upload-artifact from 5 to 6 (#1381)
  • (deps) Update pulldown-cmark-to-cmark requirement from 21 to 22 (#1384)

⚙️ Miscellaneous Tasks

  • Remove protobuf submodule and leverage cmake for it (#1389)

Prost version 0.14.2

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

note: this version was yanked in favor of 0.14.2

⚠️ Heads-up

  • Increase MSRV to 1.82 (#1356)

  • Update maintenance status to Passively Maintained (#1359)

    This excerpt is from the readme:

    The current maintainer is not contributing new features and doesn't have the time to review new features. Bug fixes and small improvements are welcome. Feel free to contribute small and easily reviewable PRs.

    Bug fixes are still important, and security fixes will be released as soon as possible. Contact the #prost channel in Tokio discord if you feel a bug or security fix is not getting enough attention.

    The maintainer expects the official protobuf project to release their rust library soon and expects it to be as fully featured as the C++ library. See their source code and crate for more information.

🚀 Features

  • Configure prost path via prost_build::Config or #[(prost(prost_path = "::prost")] (#1274)
  • Support for deprecated enum and oneof fields (#1316)

🐛 Bug Fixes

  • (prost-build) Resolve OneOf type name conflict with embedded message (#1294)
  • (prost-build) Avoid OneOf type collision with enums and keyword names (#1341)

... (truncated)

Commits

Updates prost-reflect from 0.14.7 to 0.16.4

Release notes

Sourced from prost-reflect's releases.

prost-reflect-v0.16.4

Fixed

  • Fix proto3 default for is_packed when FieldOptions is present but packed is absent (#196)

Other

  • Update logos to 0.16.0 #192

prost-reflect-v0.16.3

Other

  • Update prost to v0.14.2 and fix error handling (#188)

prost-reflect-v0.16.2

Added

Add FieldDescriptor::is_required (#181)

prost-reflect-v0.16.1

Added

  • Add OneofDescriptor::is_synthetic (#175)
  • Add default_value method to FieldDescriptor, ExtensionDescriptor and Value for better visibility (#176)

prost-reflect-build-v0.16.0

No release notes provided.

prost-reflect-derive-v0.16.0

No release notes provided.

prost-reflect-v0.16.0

Changed

  • Update prost to 0.14.0 (#167)
  • Fixed documentation for prost-reflect-build (#169)

prost-reflect-v0.15.3

Fixed

  • Revert accidental removal of docs.rs metadata

prost-reflect-v0.15.2

Changed

  • The descriptors for well-known types returned by DescriptorPool::global() have been updated to match the definitions in protobuf version 25.4.
  • The crate package now includes test files to allow consumers to run the tests.

prost-reflect-build-v0.15.2

No release notes provided.

... (truncated)

Changelog

Sourced from prost-reflect's changelog.

0.16.4 - 2026-05-24

Fixed

  • Fix proto3 default for is_packed when FieldOptions is present but packed is absent (#196)

Other

  • Update logos to 0.16.0 #192

0.16.3 - 2025-12-01

Other

  • Update prost to v0.14.2 and fix error handling (#188)

0.16.2 - 2025-09-19

Added

Add FieldDescriptor::is_required (#181)

0.16.1 - 2025-08-01

Added

  • Add OneofDescriptor::is_synthetic (#175)
  • Add default_value method to FieldDescriptor, ExtensionDescriptor and Value for better visibility (#176)

0.16.0 - 2025-06-13

Changed

  • Update prost to 0.14.0 (#167)
  • Fixed documentation for prost-reflect-build (#169)

0.15.3 - 2025-05-20

Fixed

  • Revert accidental removal of docs.rs metadata

0.15.2 - 2025-04-19

Changed

  • The descriptors for well-known types returned by DescriptorPool::global() have been updated to match the definitions in protobuf version 25.4.
  • The crate package now includes test files to allow consumers to run the tests.

[0.15.1] - 2025-04-13

... (truncated)

Commits

Updates prost-types from 0.12.6 to 0.14.3

Changelog

Sourced from prost-types's changelog.

Prost version 0.14.3

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

⚠️ Heads-up

  • Add back DecodeError::new (#1382)

    The DecodeError::new() was removed to simplify our code. It was not part of the public API, but removing it broke code in other crates. It is added back to prevent breakage across the ecosystem.

🐛 Bug Fixes

  • Name::full_name() is correct for empty packages (#1386)

💼 Dependencies

  • (deps) Bump actions/upload-artifact from 5 to 6 (#1381)
  • (deps) Update pulldown-cmark-to-cmark requirement from 21 to 22 (#1384)

⚙️ Miscellaneous Tasks

  • Remove protobuf submodule and leverage cmake for it (#1389)

Prost version 0.14.2

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

note: this version was yanked in favor of 0.14.2

⚠️ Heads-up

  • Increase MSRV to 1.82 (#1356)

  • Update maintenance status to Passively Maintained (#1359)

    This excerpt is from the readme:

    The current maintainer is not contributing new features and doesn't have the time to review new features. Bug fixes and small improvements are welcome. Feel free to contribute small and easily reviewable PRs.

    Bug fixes are still important, and security fixes will be released as soon as possible. Contact the #prost channel in Tokio discord if you feel a bug or security fix is not getting enough attention.

    The maintainer expects the official protobuf project to release their rust library soon and expects it to be as fully featured as the C++ library. See their source code and crate for more information.

🚀 Features

  • Configure prost path via prost_build::Config or #[(prost(prost_path = "::prost")] (#1274)
  • Support for deprecated enum and oneof fields (#1316)

🐛 Bug Fixes

  • (prost-build) Resolve OneOf type name conflict with embedded message (#1294)
  • (prost-build) Avoid OneOf type collision with enums and keyword names (#1341)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
prost [>= 0.13.a, < 0.14]

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

@dependabot dependabot Bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Mar 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 1, 2026 04:32
@dependabot dependabot Bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Mar 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-234c40325b branch 9 times, most recently from 7d59409 to 8ae9917 Compare March 7, 2026 19:38
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-234c40325b branch 12 times, most recently from a22ba18 to 8fcbdda Compare March 16, 2026 16:51
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-234c40325b branch 4 times, most recently from 11341b7 to 2cfc13f Compare March 16, 2026 18:54
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-234c40325b branch 10 times, most recently from 737faf3 to 02c22ab Compare March 25, 2026 18:47
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-234c40325b branch 3 times, most recently from a250935 to b6e809c Compare March 26, 2026 21:12
@dependabot dependabot Bot changed the title chore(deps): bump the prost group with 4 updates chore(deps): bump the prost group across 1 directory with 4 updates Mar 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-234c40325b branch 10 times, most recently from 637c77b to 0674d94 Compare April 2, 2026 13:53
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-234c40325b branch 2 times, most recently from 4ca5a0e to f6a4df8 Compare May 1, 2026 04:11
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-234c40325b branch 2 times, most recently from e6894bd to 3c3c2c7 Compare May 20, 2026 14:50
Bumps the prost group with 4 updates in the / directory: [prost](https://github.com/tokio-rs/prost), [prost-build](https://github.com/tokio-rs/prost), [prost-reflect](https://github.com/andrewhickman/prost-reflect) and [prost-types](https://github.com/tokio-rs/prost).


Updates `prost` from 0.12.6 to 0.14.3
- [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.12.6...v0.14.3)

Updates `prost-build` from 0.12.6 to 0.14.3
- [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.12.6...v0.14.3)

Updates `prost-reflect` from 0.14.7 to 0.16.4
- [Release notes](https://github.com/andrewhickman/prost-reflect/releases)
- [Changelog](https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md)
- [Commits](https://github.com/andrewhickman/prost-reflect/commits/prost-reflect-v0.16.4)

Updates `prost-types` from 0.12.6 to 0.14.3
- [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.12.6...v0.14.3)

---
updated-dependencies:
- dependency-name: prost
  dependency-version: 0.13.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prost
- dependency-name: prost-build
  dependency-version: 0.13.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prost
- dependency-name: prost-reflect
  dependency-version: 0.16.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prost
- dependency-name: prost-types
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prost
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-234c40325b branch from 3c3c2c7 to 2a6602a Compare June 1, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants