Skip to content
This repository was archived by the owner on Apr 28, 2024. It is now read-only.

Update Rust crate serde_with to 3.8.0#53

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/serde_with-3.x
Open

Update Rust crate serde_with to 3.8.0#53
renovate[bot] wants to merge 1 commit intomainfrom
renovate/serde_with-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde_with dependencies minor 3.4.0 -> 3.8.0

Release Notes

jonasbb/serde_with (serde_with)

v3.8.0: serde_with v3.8.0

Compare Source

Added
Changed
  • Bump base64 dependency to v0.22 (#​724)
  • Update dev dependencies
Fixed
  • serde_conv regressed and triggered clippy::ptr_arg and add test to prevent future problems. (#​731)

v3.7.0: serde_with v3.7.0

Compare Source

Added
Fixed
  • Detect conflicting schema_with attributes on fields with schemars annotations by @​swlynch99 (#​715)
    This extends the existing avoidance mechanism to a new variant fixing #​712.

v3.6.1: serde_with v3.6.1

Compare Source

Changed
  • Eliminate dependency on serde's "derive" feature by @​dtolnay (#​694)
    This allows parallel compilation of serde and serde_derive which can speed up the wallclock time.
    It requires that downstream crates do not use the "derive" feature either.

v3.6.0: serde_with v3.6.0

Compare Source

Added
  • Add IfIsHumanReadable for conditional implementation by @​irriden (#​690)
    Used to specify different transformations for text-based and binary formats.
  • Add more JsonSchemaAs impls for all Duration* and Timestamp* adaptors by @​swlynch99 (#​685)
Changed
  • Bump MSRV to 1.65, since that is required for the regex dependency.

v3.5.1: serde_with v3.5.1

Compare Source

Fixed
  • The serde_as macro now better detects existing schemars attributes on fields and incorporates them by @​swlynch99 (#​682)
    This avoids errors on existing #[schemars(with = ...)] annotations.

v3.5.0: serde_with v3.5.0

Compare Source

Added
  • Support for schemars integration added by @​swlynch99 (#​666)
    The support uses a new Schema top-level item which implements JsonSchema
    The serde_as macro can now detect schemars usage and emits matching annotations for all fields with serde_as attribute.
    Many types of this crate come already with support for the schemars, but support is not complete and will be extended over time.

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 force-pushed the renovate/serde_with-3.x branch from 6970c19 to e203d49 Compare January 23, 2024 21:29
@renovate renovate bot changed the title Update Rust crate serde_with to 3.5.0 Update Rust crate serde_with to 3.5.1 Jan 23, 2024
@renovate renovate bot changed the title Update Rust crate serde_with to 3.5.1 Update Rust crate serde_with to 3.6.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/serde_with-3.x branch from e203d49 to 093d6a9 Compare January 31, 2024 00:15
@renovate renovate bot changed the title Update Rust crate serde_with to 3.6.0 Update Rust crate serde_with to 3.6.1 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/serde_with-3.x branch from 093d6a9 to fcfb652 Compare February 9, 2024 00:55
@renovate renovate bot changed the title Update Rust crate serde_with to 3.6.1 Update Rust crate serde_with to 3.7.0 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/serde_with-3.x branch from fcfb652 to 90b7d15 Compare March 11, 2024 23:20
@renovate renovate bot changed the title Update Rust crate serde_with to 3.7.0 Update Rust crate serde_with to 3.8.0 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/serde_with-3.x branch from 90b7d15 to cd1ede6 Compare April 25, 2024 00:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants