Update Rust crate prost-wkt-types to 0.7.0#15
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
0d16cb4 to
3d49d88
Compare
3d49d88 to
f5be5a7
Compare
f5be5a7 to
1a9dc2c
Compare
1a9dc2c to
63179f9
Compare
63179f9 to
79c0246
Compare
79c0246 to
fbee415
Compare
fbee415 to
f0ce681
Compare
f0ce681 to
b3c0bdf
Compare
b3c0bdf to
d14d839
Compare
d14d839 to
697aa41
Compare
697aa41 to
cc701b9
Compare
cc701b9 to
ea6acf6
Compare
ea6acf6 to
ef5f7f7
Compare
ef5f7f7 to
a387cd4
Compare
a387cd4 to
fb1abca
Compare
fb1abca to
a299823
Compare
a299823 to
888c48e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.7.0Release Notes
fdeantoni/prost-wkt (prost-wkt-types)
v0.7.1Compare Source
What's Changed
Full Changelog: fdeantoni/prost-wkt@v0.7.0...v0.7.1
v0.7.0Compare Source
What's Changed
Full Changelog: fdeantoni/prost-wkt@v0.6.1...v0.7.0
v0.6.1Compare Source
What's Changed
prostversion being used. by @GeneralOneill in #70Full Changelog: fdeantoni/prost-wkt@v0.6.0...v0.6.1
v0.6.0Compare Source
What's Changed
Breaking Changes
From<DateTime> for Timestamphas been replaced byTryFrom.Full Changelog: fdeantoni/prost-wkt@v0.5.1...v0.6.0
v0.5.2Compare Source
Note: This release was yanked in favour of 0.6.0
v0.5.1Compare Source
What's Changed
Full Changelog: fdeantoni/prost-wkt@v0.5.0...v0.5.1
v0.5.0Compare Source
Update to Prost 0.12.x series. This implements the new
Nametrait 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.2Compare Source
What's Changed
Full Changelog: fdeantoni/prost-wkt@v0.4.1...v0.4.2
v0.4.1Compare Source
Added google.protobuf.Empty (#30), and fixed serialization of Struct and ListValue (#33).
v0.4.0Compare 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
mopacrate,MessageSerdenow 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 MessageSerdewhich were originally provided bymopa, but are not part ofstd::any::Any:downcastdowncast_uncheckedIf you used any of the above methods, please use
downcast_refanddowncast_ref_uncheckedinstead.Deprecated Methods Removed
The deprecated method
encodedhas also been removed. Please usetry_encodedinstead.v0.3.5Compare Source
Remove dependency on deprecated time crate, updated rust edition, and upgraded Prost dependencies to latest.
v0.3.4Compare 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.