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 erased-serde to 0.4 #4

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

Conversation

oxide-renovate[bot]
Copy link

@oxide-renovate oxide-renovate bot commented Dec 16, 2023

This PR contains the following updates:

Package Type Update Change
erased-serde dependencies minor 0.3 -> 0.4

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 - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

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

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

@oxide-renovate oxide-renovate bot changed the title Update Rust crate erased-serde to 0.4 Update Rust crate erased-serde to 0.4.4 Apr 26, 2024
@oxide-renovate oxide-renovate bot changed the title Update Rust crate erased-serde to 0.4.4 Update Rust crate erased-serde to 0.4 Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants