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 to 0.5.0 #16

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
prost-wkt dependencies minor 0.3.4 -> 0.5.0

Release Notes

fdeantoni/prost-wkt (prost-wkt)

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.


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 to 0.4.0 Update Rust crate prost-wkt to 0.4.1 Feb 28, 2023
@renovate renovate bot changed the title Update Rust crate prost-wkt to 0.4.1 Update Rust crate prost-wkt to 0.4.1 - autoclosed Mar 24, 2023
@renovate renovate bot closed this Mar 24, 2023
@renovate renovate bot deleted the renovate/prost-wkt-0.x branch March 24, 2023 20:40
@renovate renovate bot changed the title Update Rust crate prost-wkt to 0.4.1 - autoclosed Update Rust crate prost-wkt to 0.4.1 Mar 24, 2023
@renovate renovate bot reopened this Mar 24, 2023
@renovate renovate bot restored the renovate/prost-wkt-0.x branch March 24, 2023 22:58
@renovate renovate bot changed the title Update Rust crate prost-wkt to 0.4.1 Update Rust crate prost-wkt to 0.4.2 May 28, 2023
@renovate renovate bot force-pushed the renovate/prost-wkt-0.x branch from daef254 to 163507d Compare May 28, 2023 10:46
@renovate renovate bot changed the title Update Rust crate prost-wkt to 0.4.2 Update Rust crate prost-wkt to 0.5.0 Oct 9, 2023
@renovate renovate bot changed the title Update Rust crate prost-wkt to 0.5.0 Update Rust crate prost-wkt to 0.5.1 Apr 13, 2024
Copy link
Contributor Author

renovate bot commented Apr 13, 2024

⚠ 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-wkt@0.3.4 --precise 0.5.1
    Updating crates.io index
error: failed to select a version for the requirement `prost-wkt = "^0.3.3"`
candidate versions found which didn't match: 0.5.1
location searched: crates.io index
required by package `prost-wkt-types v0.3.3`
    ... which satisfies dependency `prost-wkt-types = "^0.3.3"` (locked to 0.3.3) of package `fhir v0.0.6 (/tmp/renovate/repos/github/itsbalamurali/rust-fhir)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/prost-wkt-0.x branch from 5fec23c to 9bc5829 Compare May 5, 2024 10:21
@renovate renovate bot changed the title Update Rust crate prost-wkt to 0.5.1 Update Rust crate prost-wkt to 0.5.0 May 5, 2024
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