Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate prost-wkt-types to 0.5.0 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
prost-wkt-types dependencies minor 0.3.3 -> 0.5.0

Release Notes

fdeantoni/prost-wkt (prost-wkt-types)

v0.5.1: Release 0.5.1

Compare Source

What's Changed

Full Changelog: fdeantoni/prost-wkt@v0.5.0...v0.5.1

v0.5.0

Compare Source

Update to Prost 0.12.x series. This implements the new Name trait which can provide the type url in future. It is only partially implemented for now. Once fully stabilized, we need to see if it can potentially replace the type url method in MessageSerde (#​53).

What's Changed

Full Changelog: fdeantoni/prost-wkt@v0.4.2...v0.5.0

v0.4.2

Compare Source

What's Changed

Full Changelog: fdeantoni/prost-wkt@v0.4.1...v0.4.2

v0.4.1

Compare Source

Added google.protobuf.Empty (#​30), and fixed serialization of Struct and ListValue (#​33).

v0.4.0

Compare Source

Breaking Changes

MOPA Removed

Removed dependency on unmaintained crate mopa. Version 0.2.2 contains an unsound implementation (see 13) which was addressed in the git repo, but was never published to crates.io.

To remove the dependency on the mopa crate, MessageSerde now implements the needed functions directly. The implementation has been directly copied from std::any::Any. As a consequence though, two methods are no longer by available on dyn MessageSerde which were originally provided by mopa, but are not part of std::any::Any:

  • downcast
  • downcast_unchecked

If you used any of the above methods, please use downcast_ref and downcast_ref_unchecked instead.

Deprecated Methods Removed

The deprecated method encoded has also been removed. Please use try_encoded instead.

v0.3.5

Compare Source

Remove dependency on deprecated time crate, updated rust edition, and upgraded Prost dependencies to latest.

v0.3.4

Compare Source

Updated Prost to 0.11.2


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Rust crate prost-wkt-types to 0.3.4 Update Rust crate prost-wkt-types to 0.4.0 Jan 20, 2023
@renovate renovate bot force-pushed the renovate/prost-wkt-types-0.x branch 2 times, most recently from 0d16cb4 to 3d49d88 Compare January 20, 2023 20:20
@renovate renovate bot changed the title Update Rust crate prost-wkt-types to 0.4.0 Update Rust crate prost-wkt-types to 0.4.1 Feb 28, 2023
@renovate renovate bot force-pushed the renovate/prost-wkt-types-0.x branch from 3d49d88 to f5be5a7 Compare February 28, 2023 17:06
@renovate renovate bot changed the title Update Rust crate prost-wkt-types to 0.4.1 Update Rust crate prost-wkt-types to 0.4.1 - autoclosed Mar 24, 2023
@renovate renovate bot closed this Mar 24, 2023
@renovate renovate bot deleted the renovate/prost-wkt-types-0.x branch March 24, 2023 20:41
@renovate renovate bot changed the title Update Rust crate prost-wkt-types to 0.4.1 - autoclosed Update Rust crate prost-wkt-types to 0.4.1 Mar 24, 2023
@renovate renovate bot reopened this Mar 24, 2023
@renovate renovate bot restored the renovate/prost-wkt-types-0.x branch March 24, 2023 22:59
@renovate renovate bot changed the title Update Rust crate prost-wkt-types to 0.4.1 Update Rust crate prost-wkt-types to 0.4.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/prost-wkt-types-0.x branch from f5be5a7 to 1a9dc2c Compare May 28, 2023 10:46
@renovate renovate bot changed the title Update Rust crate prost-wkt-types to 0.4.2 Update Rust crate prost-wkt-types to 0.5.0 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/prost-wkt-types-0.x branch from 1a9dc2c to 63179f9 Compare October 9, 2023 07:18
@renovate renovate bot changed the title Update Rust crate prost-wkt-types to 0.5.0 Update Rust crate prost-wkt-types to 0.5.1 Apr 13, 2024
@renovate renovate bot force-pushed the renovate/prost-wkt-types-0.x branch from 63179f9 to 79c0246 Compare April 13, 2024 15:41
@renovate renovate bot changed the title Update Rust crate prost-wkt-types to 0.5.1 Update Rust crate prost-wkt-types to 0.5.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/prost-wkt-types-0.x branch from 79c0246 to fbee415 Compare May 5, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants