Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update rust crate serde to 1.0.167 #63

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

serde-rs/serde (serde)

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

v1.0.164

Compare Source

v1.0.163

Compare Source

  • Eliminate build script from serde_derive crate to slightly reduce build time (#​2442, thanks @​taiki-e)

v1.0.162

Compare Source

  • Support deserializing flattened adjacently tagged enums from data formats which represent fields as bytes, such as the csv crate (#​2377, thanks @​mfro)

    #[derive(Deserialize)]
    pub struct Record {
        common: u64,
        #[serde(flatten)]
        kind: Kind,
    }
    
    #[derive(Deserialize)]
    #[serde(tag = "kind", content = "parameter", rename_all = "lowercase")]
    enum Kind {
        Foo(u64),
        Bar(bool),
    }
    common,kind,parameter
    1,foo,42
    2,bar,true
    

v1.0.161

Compare Source

  • Improve error messages produced by serde_test on test failure (#​2435, thanks @​Mingun)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 added the renovate label May 5, 2023
@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Merging #63 (e0ef8dc) into main (7843c44) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #63      +/-   ##
==========================================
- Coverage   96.23%   96.22%   -0.01%     
==========================================
  Files           6        5       -1     
  Lines         531      530       -1     
==========================================
- Hits          511      510       -1     
  Misses         20       20              

see 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.162 chore(deps): update rust crate serde to 1.0.163 May 11, 2023
@renovate renovate bot force-pushed the renovate/serde-1.0.x branch from 022e43c to 92cf0c0 Compare May 11, 2023 04:23
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.163 chore(deps): update rust crate serde to 1.0.164 Jun 8, 2023
@renovate renovate bot force-pushed the renovate/serde-1.0.x branch from 92cf0c0 to 8b0c0bc Compare June 8, 2023 07:55
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.164 chore(deps): update rust crate serde to 1.0.165 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/serde-1.0.x branch from 8b0c0bc to 426df6a Compare July 3, 2023 12:04
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.165 chore(deps): update rust crate serde to 1.0.166 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/serde-1.0.x branch from 426df6a to e0ef8dc Compare July 3, 2023 19:13
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.166 chore(deps): update rust crate serde to 1.0.167 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/serde-1.0.x branch from e0ef8dc to 10a5a70 Compare July 7, 2023 01:55
@renovate renovate bot merged commit 5705d00 into main Jul 7, 2023
@renovate renovate bot deleted the renovate/serde-1.0.x branch July 7, 2023 04:34
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants