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 serde to 1.0.170 #245

Merged
merged 1 commit into from
Jul 10, 2023
Merged

fix(deps): update serde to 1.0.170 #245

merged 1 commit into from
Jul 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.167 -> 1.0.170
serde_derive (source) dependencies patch 1.0.167 -> 1.0.170

Release Notes

serde-rs/serde (serde)

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)

Configuration

📅 Schedule: Branch creation - "before 9am every weekday,every weekend" in timezone Asia/Tokyo, 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 these updates 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.

@codecov-commenter
Copy link

codecov-commenter commented Jul 9, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (5864de1) 80.07% compared to head (ea07afe) 80.07%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #245   +/-   ##
=======================================
  Coverage   80.07%   80.07%           
=======================================
  Files          17       17           
  Lines        1757     1757           
=======================================
  Hits         1407     1407           
  Misses        350      350           
Flag Coverage Δ
unittests 80.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot changed the title fix(deps): update serde to 1.0.168 fix(deps): update serde to 1.0.169 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/serde branch from 655f640 to fb31039 Compare July 9, 2023 06:42
@renovate renovate bot changed the title fix(deps): update serde to 1.0.169 fix(deps): update serde to 1.0.170 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/serde branch from fb31039 to ea07afe Compare July 9, 2023 19:06
@kitsuyui kitsuyui merged commit 36113fb into main Jul 10, 2023
@kitsuyui kitsuyui deleted the renovate/serde branch July 10, 2023 01:31
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.

2 participants