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

chore: Update Rust crate erased-serde to 0.3.23, ||, ^0 #455

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

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Apr 5, 2024

This PR contains the following updates:

Package Type Update Change
erased-serde dev-dependencies minor 0.3.23 -> 0.3.23, ||, ^0

Release Notes

dtolnay/erased-serde (erased-serde)

v0.4.5

Compare Source

  • Relocate some unsafe code over to typeid crate

v0.4.4

Compare Source

  • Documentation improvements

v0.4.3

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v0.4.2

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v0.4.1

Compare Source

  • Fix panic when Serialize impl returns error that does not come from a Serializer (#​100, thanks @​KodrAus)

v0.4.0

Compare Source

This release includes a redesign of the erased serialization API (#​93) with the following advantages:

  • Eliminates all reliance on unsafe code within the serialization implementation
  • Reduces overhead of erased serialization vs monomorphized serialization by a factor of 2 (#​99)
  • Supports serializers which have non-'static Ok types

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

Copy link
Contributor Author

⚠ 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 crates/lib/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/github/rigetti/qcs-sdk-rust/crates/lib/Cargo.toml`

Caused by:
  failed to parse the version requirement `0.3.23, ||, ^0` for dependency `erased-serde`

Caused by:
  unexpected character '|' while parsing major version number

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/erased-serde-0.x branch 3 times, most recently from 3fefd0b to b16a2ce Compare April 18, 2024 04:09
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/erased-serde-0.x branch from b16a2ce to 2dd8999 Compare April 25, 2024 04:00
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/erased-serde-0.x branch from 2dd8999 to 837f94c Compare May 10, 2024 03:35
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/erased-serde-0.x branch from 837f94c to fae4962 Compare May 11, 2024 03:49
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.

0 participants