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 serde to ~1.0.178 #300

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch ~1.0.164 -> ~1.0.178

Release Notes

serde-rs/serde (serde)

v1.0.178

Compare Source

  • Fix build error when using serde with "std" feature turned off and "unstable" feature turned on (#​2541)

v1.0.177

Compare Source

  • Add serde(rename_all_fields = "...") attribute to apply a rename_all on every struct variant of an enum (#​1695, thanks @​jplatte)
  • Improve diagnostics for attribute parse errors (#​2536, thanks @​jplatte)

v1.0.176

Compare Source

  • Allow tag field of an internally tagged enum to have same name as a field inside a skipped struct variant (#​2266, thanks @​flisky)

v1.0.175

Compare Source

v1.0.174

Compare Source

  • Documentation improvements

v1.0.173

Compare Source

  • Fix missing trait implementations when using serde derive macro on a macro-generated data structure, such as via the bitflags crate (#​2516)

v1.0.172

Compare Source

  • Experiment with precompiling the serde_derive macros to reduce build time (#​2514)

v1.0.171

Compare Source

v1.0.170

Compare Source

  • Produce error message on suffixed string literals inside serde attributes (#​2242)
  • Support single identifier as unbraced default value for const generic parameter (#​2449)

v1.0.169

Compare Source

  • Add Deserializer::deserialize_identifier support for adjacently tagged enums (#​2475, thanks @​Baptistemontan)
  • Fix unused_braces lint in generated Deserialize impl that uses braced const generic expressions (#​2414)

v1.0.168

Compare Source

  • Allow serde::de::IgnoredAny to be the type for a serde(flatten) field (#​2436, thanks @​Mingun)
  • Allow larger preallocated capacity for smaller elements (#​2494)

v1.0.167

Compare Source

  • Add serialize and deserialize impls for RangeFrom and RangeTo (#​2471, thanks @​tbu-)

v1.0.166

Compare Source

  • Add no-alloc category to crates.io metadata

v1.0.165

Compare Source

  • Fix incorrect count of fields passed to tuple deserialization methods when using serde(skip_deserializing) attributes (#​2466, thanks @​Mingun)
  • Fix -Zminimal-versions build

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 serde to ~1.0.165 fix(deps): update rust crate serde to ~1.0.166 Jul 3, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.166 fix(deps): update rust crate serde to ~1.0.167 Jul 7, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.167 fix(deps): update rust crate serde to ~1.0.168 Jul 9, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.168 fix(deps): update rust crate serde to ~1.0.169 Jul 9, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.169 fix(deps): update rust crate serde to ~1.0.170 Jul 9, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.170 fix(deps): update rust crate serde to ~1.0.171 Jul 10, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.171 fix(deps): update rust crate serde to ~1.0.172 Jul 19, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.172 fix(deps): update rust crate serde to ~1.0.173 Jul 20, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.173 fix(deps): update rust crate serde to ~1.0.174 Jul 21, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.174 fix(deps): update rust crate serde to ~1.0.175 Jul 24, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.175 fix(deps): update rust crate serde to ~1.0.176 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/serde-1.x branch 2 times, most recently from 1a0c170 to db86340 Compare July 27, 2023 21:56
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.176 fix(deps): update rust crate serde to ~1.0.177 Jul 27, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to ~1.0.177 fix(deps): update rust crate serde to ~1.0.178 Jul 29, 2023
@zzau13 zzau13 merged commit 934c0c0 into master Jul 30, 2023
13 checks passed
@zzau13 zzau13 deleted the renovate/serde-1.x branch July 30, 2023 17:03
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.

1 participant