Update Rust crate prost-wkt-types to 0.6.0 #15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.3
->0.6.0
Release Notes
fdeantoni/prost-wkt (prost-wkt-types)
v0.6.0
Compare Source
What's Changed
Breakting Changes
From<DateTime> for Timestamp
has been replaced byTryFrom
.Full Changelog: fdeantoni/prost-wkt@v0.5.1...v0.6.0
v0.5.2
Compare Source
Note: This release was yanked in favour of 0.6.0
v0.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 inMessageSerde
(#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 fromstd::any::Any
. As a consequence though, two methods are no longer by available ondyn MessageSerde
which were originally provided bymopa
, but are not part ofstd::any::Any
:downcast
downcast_unchecked
If you used any of the above methods, please use
downcast_ref
anddowncast_ref_unchecked
instead.Deprecated Methods Removed
The deprecated method
encoded
has also been removed. Please usetry_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.
This PR was generated by Mend Renovate. View the repository job log.