Skip to content

chore(deps): bump prost-types from 0.13.5 to 0.14.3#8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/prost-types-0.14.3
Open

chore(deps): bump prost-types from 0.13.5 to 0.14.3#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/prost-types-0.14.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown

Bumps prost-types from 0.13.5 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 21, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-types-0.14.3 branch from 2b9b501 to b96eaa9 Compare May 29, 2026 04:30
Bumps [prost-types](https://github.com/tokio-rs/prost) from 0.13.5 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.13.5...v0.14.3)

---
updated-dependencies:
- dependency-name: prost-types
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/prost-types-0.14.3 branch from b96eaa9 to 991138e Compare June 2, 2026 12:43
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.

0 participants