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 #21

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2023

Mend Renovate

This PR contains the following updates:

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

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

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)

v1.0.160

Compare Source

v1.0.159

Compare Source

  • Accept empty #[serde()] attribute (#​2422)

v1.0.158

Compare Source

  • Fix "expected serde crate attribute to be a string" error when using macro_rules metavariable inside of serde attribute: #[serde(crate = $serde_path)] (#​2409)

v1.0.157

Compare Source

  • Update syn dependency to 2.x

v1.0.156

Compare Source

  • Documentation improvements

v1.0.155

Compare Source

  • Support Serialize and Deserialize impls for core::ffi::CStr and alloc::ffi::CString without "std" feature (#​2374, thanks @​safarir)

v1.0.154

Compare Source

  • Fix "undeclared lifetime" error in generated code when deriving Deserialize for an enum with both flatten and 'static fields (#​2383, thanks @​Mingun)

v1.0.153

Compare Source

  • Support serde(alias = "…") attribute used inside of flattened struct (#​2387, thanks @​bebecue)

Configuration

📅 Schedule: Branch creation - "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 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.154 fix(deps): update rust crate serde to 1.0.155 Mar 11, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.155 fix(deps): update rust crate serde to 1.0.156 Mar 14, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.156 fix(deps): update rust crate serde to 1.0.157 Mar 18, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.157 fix(deps): update rust crate serde to 1.0.158 Mar 20, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.158 fix(deps): update rust crate serde to 1.0.159 Mar 28, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.159 fix(deps): update rust crate serde to 1.0.160 Apr 17, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.160 fix(deps): update rust crate serde to 1.0.163 May 28, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.163 fix(deps): update rust crate serde to 1.0.164 Jun 8, 2023
@renovate renovate bot changed the title fix(deps): update rust crate serde to 1.0.164 fix(deps): update rust crate serde to 1.0.165 Jul 3, 2023
@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
@johnmanjiro13 johnmanjiro13 merged commit 06d778b into main Jul 18, 2023
3 checks passed
@johnmanjiro13 johnmanjiro13 deleted the renovate/serde-1.x branch July 18, 2023 00:51
@github-actions github-actions bot mentioned this pull request Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant