Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2026

This PR contains the following updates:

Package Type Update Change
prost-reflect dependencies minor 0.14.00.16.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

andrewhickman/prost-reflect (prost-reflect)

v0.16.3

Compare Source

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

v0.16.2

Compare Source

Added

Add FieldDescriptor::is_required (#​181)

v0.16.1

Compare Source

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

v0.16.0

Compare Source

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

v0.15.3

Compare Source

Fixed
  • Revert accidental removal of docs.rs metadata

v0.15.2

Compare Source

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.

v0.15.1

Compare Source

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.

v0.15.0

Changed
  • The minimum supported rust version is now 1.74.0.
Fixed
  • Fixed an unused type parameter on DescriptorPool::add_file_descriptor_protos. ([#​150])

v0.14.7

Changed
  • All type name domains are now permitted when serializing google.protobuf.Any types in the JSON format. ([#​148]).

v0.14.6

Compare Source

Fixed
  • Fixed empty lists not being allowed in the text format. ([#​143]).

v0.14.5

Compare Source

Added
  • Added the print_message_fields_in_index_order option to the text format, which causes fields to be print in the order they are defined in the protofile. ([#​140]).

v0.14.4

Compare Source

Changed
  • The descriptors for well known types are now distributed as Rust code instead of a binary protobuf file, to make auditing of the package easier ([#
    138]).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) January 21, 2026 18:17
@renovate
Copy link
Contributor Author

renovate bot commented Jan 21, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package prost-reflect@0.14.3 --precise 0.16.3
    Updating crates.io index
error: failed to select a version for the requirement `prost-reflect = "^0.14.0"`
candidate versions found which didn't match: 0.16.3
location searched: crates.io index
required by package `protox v0.7.0`
    ... which satisfies dependency `protox = "^0.7.0"` of package `tailcall v0.1.0 (/tmp/renovate/repos/github/tailcallhq/tailcall)`
    ... which satisfies path dependency `tailcall` (locked to 0.1.0) of package `tailcall-aws-lambda v0.1.0 (/tmp/renovate/repos/github/tailcallhq/tailcall/tailcall-aws-lambda)`

@github-actions github-actions bot added the type: fix Iterations on existing features or infrastructure. label Jan 21, 2026
@renovate renovate bot force-pushed the renovate/prost-reflect-0.x branch 5 times, most recently from bffe340 to 44da38d Compare January 22, 2026 14:06
@renovate renovate bot force-pushed the renovate/prost-reflect-0.x branch from 44da38d to 559a24e Compare January 22, 2026 20:39
@github-actions
Copy link

Action required: PR inactive for 5 days.
Status update or closure in 10 days.

@github-actions github-actions bot added the state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. label Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state: inactive No current action needed/possible; issue fixed, out of scope, or superseded. type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants