Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
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 intomasterfrom
dependabot/cargo/prost-234c40325b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

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

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

💼 Dependencies

  • Use trait Error from core (#1179)
  • (deps) Update protobuf to v25.8 (#1323)
  • (deps) Update criterion requirement from 0.6 to 0.7 (#1308)
  • (deps) Update petgraph to 0.8 (#1327)
  • (deps) Bump actions/upload-artifact from 4 to 5 (#1351)
  • (deps) Bump actions/checkout from 5 to 6 (#1370)
  • Bump actions/checkout to v5 (#1312)
  • Update clippy to version 1.87 (#1292)
  • Replace once_cell dependency by std lib (#1119)

📚 Documentation

  • Update outdated link is test documentation (#1289)
  • Describe use of encoding module (#1322)
  • Update the readme MSRV to the actual number (#1331)
  • Update URLs after manual review (#1336)
  • Answer why fields are wrapped in option (#1358)

🎨 Styling

  • Add spaces to derive arguments in generated code (#1290)
  • Use variables directly in the format! string (#1293)

... (truncated)

Commits

Updates prost-build from 0.12.6 to 0.13.5

Changelog

Sourced from prost-build's changelog.

Prost version 0.13.5

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

Features

  • prost-types: Derive Arbitrary (#1188)

Documentation

  • Use intra doc links instead of HTML tags (#1219)

Dependencies

  • Update pulldown-cmark-to-cmark requirement from >=16, <=19 to >=16, <=20 (#1206)
  • Update itertools requirement from >=0.10, <=0.13 to >=0.10, <=0.14 (#1222)
  • Update petgraph requirement to include 0.7 (#1226)
  • Update rand requirement from 0.8 to 0.9 (#1233)
  • Bump clippy to 1.83 (#1220)
  • Update flake.lock (#1216)

Styling

  • Replace unnecessary map_or (#1221)
  • prost-build: Use enum getter (#1238)

Testing

  • default_enum_value: Move tests to separate module (#1198)
  • nesting: Move tests to separate module (#1218)
  • recursive_oneof: Move tests to separate module (#1225)
  • boxed_field: Box an oneof field (#1235)
  • groups: Move tests to separate module (#1234)
  • default_string_escape: Move tests to separate module (#1239)
  • Move DecodeError tests closer to the implementation (#1227)

Prost version 0.13.4

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

Features

  • Impl Name for Protobuf well-known wrapper types (#1174)

Performance

  • NonZeroU64 to optimize encoded_len_varint (#1192)

Dependencies

... (truncated)

Commits
  • d505b18 chore: Release version 0.13.5 (#1240)
  • 61b4b95 style(prost-build): Use enum getter (#1238)
  • 60abdc9 test(default_string_escape): Move tests to separate module (#1239)
  • 35e3f28 Clean up CodeGenerator by moving compilation-global data and logic to `Cont...
  • 6445907 test(groups): Move tests to separate module (#1234)
  • 3de8526 test(boxed_field): Box an oneof field (#1235)
  • ac98f0f test(recursive_oneof): Move tests to separate module (#1225)
  • a8208f6 test: Move DecodeError tests closer to the implementation (#1227)
  • 0b9af3b build(deps): update rand requirement from 0.8 to 0.9 (#1233)
  • e617832 build(deps): update petgraph requirement to include 0.7 (#1226)
  • Additional commits viewable in compare view

Updates prost-reflect from 0.14.7 to 0.16.3

Release notes

Sourced from prost-reflect's releases.

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.

prost-reflect-build-v0.15.1

No release notes provided.

prost-reflect-derive-v0.15.1

No release notes provided.

Changelog

Sourced from prost-reflect's changelog.

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

Fixed

  • The JSON deserializer now accepts messages with oneofs where multiple fields are set, but only one is non-null, to better conform to the specification. This does not apply to google.protobuf.Value or google.protobuf.NullValue.
  • If the deny_unknown_fields field is set to false when deserializing from JSON, unknown enum fields will now be ignored, in addition to unknown fields. This matches the behaviour of this flag in other implementations.

[0.15.0] - 2025-04-10

Changed

... (truncated)

Commits

Updates prost-types from 0.12.6 to 0.14.3

Changelog

Sourced from prost-types's changelog.

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.

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

💼 Dependencies

  • Use trait Error from core (#1179)
  • (deps) Update protobuf to v25.8 (#1323)
  • (deps) Update criterion requirement from 0.6 to 0.7 (#1308)
  • (deps) Update petgraph to 0.8 (#1327)
  • (deps) Bump actions/upload-artifact from 4 to 5 (#1351)
  • (deps) Bump actions/checkout from 5 to 6 (#1370)
  • Bump actions/checkout to v5 (#1312)
  • Update clippy to version 1.87 (#1292)
  • Replace once_cell dependency by std lib (#1119)

📚 Documentation

  • Update outdated link is test documentation (#1289)
  • Describe use of encoding module (#1322)
  • Update the readme MSRV to the actual number (#1331)
  • Update URLs after manual review (#1336)
  • Answer why fields are wrapped in option (#1358)

🎨 Styling

  • Add spaces to derive arguments in generated code (#1290)
  • Use variables directly in the format! string (#1293)

... (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 11 times, most recently from 540b383 to e40370a Compare March 24, 2026 14:10
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-234c40325b branch 5 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 from 0674d94 to 4ca5a0e Compare April 27, 2026 14:54
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.13.5
- [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.13.5)

Updates `prost-reflect` from 0.14.7 to 0.16.3
- [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.3)

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 4ca5a0e to f6a4df8 Compare May 1, 2026 04:11
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