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.171 #3464

Merged
merged 3 commits into from
Jul 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2023

Mend Renovate

This PR contains the following updates:

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

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

serde-rs/serde (serde)

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 - "after 6am and before 3pm every weekday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 requested a review from a team as a code owner July 5, 2023 08:08
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 5, 2023
@renovate renovate bot force-pushed the renovate/serde-1.x branch 7 times, most recently from 8d2cee0 to 31cfb18 Compare July 6, 2023 13:19
@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 force-pushed the renovate/serde-1.x branch 10 times, most recently from dcf5740 to d251301 Compare July 12, 2023 07:41
@haakonflatval-cognite haakonflatval-cognite enabled auto-merge (squash) July 17, 2023 08:15
@haakonflatval-cognite haakonflatval-cognite added the auto-update Makes bulldozer automatically update this PR when there are changes to the target branch label Jul 17, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jul 17, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

❗ No coverage uploaded for pull request base (master@5dedfc3). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #3464   +/-   ##
=========================================
  Coverage          ?   71.66%           
=========================================
  Files             ?      346           
  Lines             ?    33669           
  Branches          ?     2642           
=========================================
  Hits              ?    24129           
  Misses            ?     9436           
  Partials          ?      104           

@haakonflatval-cognite haakonflatval-cognite merged commit 9043945 into master Jul 17, 2023
14 checks passed
@haakonflatval-cognite haakonflatval-cognite deleted the renovate/serde-1.x branch July 17, 2023 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-update Makes bulldozer automatically update this PR when there are changes to the target branch dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants