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

fix(deps): update rust crate erased-serde to 0.4 - autoclosed #30

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2023

Mend Renovate

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.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

v0.3.31

Compare Source

v0.3.30

Compare Source

  • Generalize some impls to apply to trait objects with more lifetime variables (#​71, #​72, #​73)

v0.3.29

Compare Source

v0.3.28

Compare Source

  • Documentation improvements

v0.3.27

Compare Source

v0.3.26

Compare Source

v0.3.25

Compare Source

v0.3.24

Compare Source

  • Documentation improvements

v0.3.23

Compare Source

  • Update playground link in readme to eliminate bare_trait_objects warnings (#​62, thanks @​Goorzhel)

v0.3.22

Compare Source

  • Add categories to crates.io metadata

v0.3.21

Compare Source

  • Documentation improvements

v0.3.20

Compare Source

  • Fix compile error in serialize_trait_object! when used on a trait that has lifetime parameters (#​57)

v0.3.19

Compare Source

  • Prevent stack overflow on using serialize_trait_object! macro on a trait that does not have Serialize as supertrait (#​51)

v0.3.18

Compare Source

v0.3.17

Compare Source

  • Fix "invalid cast: alloc::string::String to alloc::string::String" (#​47)

v0.3.16

Compare Source

v0.3.15

Compare Source

  • Include integration test sources in the published crate

v0.3.14

Compare Source

  • Eliminate heap allocation of small values up to 2 words (#​43)

v0.3.13

Compare Source

  • Documentation improvements

v0.3.12

Compare Source

  • Documentation improvements

v0.3.11

Compare Source

  • Add no-std support

    [dependencies]
    erased-serde = { version = "0.3.11", default-features = false, features = ["alloc"] }

v0.3.10

Compare Source

  • Support importing use erased_serde::serialize_trait_object in 2018 edition crates
  • Update documentation example code to 2018 edition

v0.3.9

Compare Source

  • Documentation improvements

v0.3.8

Compare Source

  • Add an erased_serde::Result<T> type alias which has error type erased_serde::Error

v0.3.7

Compare Source

  • Render readme on crates.io

v0.3.6

Compare Source

v0.3.5

Compare Source

v0.3.4

Compare Source

  • Documentation improvements

v0.3.3

Compare Source

  • Support forwarding is_human_readable to the underlying format

v0.3.2

Compare Source

v0.3.1

Compare Source

  • Fix deserialization of enums (#​8)

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 fix(deps): update rust crate erased-serde to 0.4 fix(deps): update rust crate erased-serde to 0.4 - autoclosed Dec 28, 2023
@renovate renovate bot closed this Dec 28, 2023
@renovate renovate bot deleted the renovate/erased-serde-0.x branch December 28, 2023 08:09
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