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

chore(deps): update rust crate serde to v1.0.207 #141

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.189 -> 1.0.207

Release Notes

serde-rs/serde (serde)

v1.0.207

Compare Source

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#​2795, thanks @​Mingun)

v1.0.206

Compare Source

v1.0.205

Compare Source

  • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#​2785, thanks @​Mingun)
  • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#​2791)

v1.0.204

Compare Source

  • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#​2767, thanks @​weiznich)

v1.0.203

Compare Source

v1.0.202

Compare Source

  • Provide public access to RenameAllRules in serde_derive_internals (#​2743)

v1.0.201

Compare Source

  • Resolve unexpected_cfgs warning (#​2737)

v1.0.200

Compare Source

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#​2733, thanks @​jamessan)

v1.0.199

Compare Source

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#​2732, thanks @​aatifsyed)

v1.0.198

Compare Source

v1.0.197

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#​2697, thanks @​nyurik)

v1.0.196

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​2682)

v1.0.195

Compare Source

  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#​2671)

v1.0.194

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.193

Compare Source

v1.0.192

Compare Source

v1.0.191

Compare Source

  • Documentation improvements

v1.0.190

Compare Source

  • Preserve NaN sign when deserializing f32 from f64 or vice versa (#​2637)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.190 chore(deps): update rust crate serde to 1.0.191 Nov 6, 2023
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.191 chore(deps): update rust crate serde to 1.0.192 Nov 7, 2023
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.192 chore(deps): update rust crate serde to 1.0.193 Nov 21, 2023
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.193 chore(deps): update rust crate serde to 1.0.194 Jan 2, 2024
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.194 chore(deps): update rust crate serde to 1.0.195 Jan 6, 2024
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.195 chore(deps): update rust crate serde to 1.0.196 Jan 27, 2024
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.196 chore(deps): update rust crate serde to 1.0.197 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 3e7a98d to 7537aa9 Compare April 17, 2024 01:53
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.197 chore(deps): update rust crate serde to 1.0.198 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 7537aa9 to 8706a46 Compare April 27, 2024 06:27
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.198 chore(deps): update rust crate serde to 1.0.199 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 8706a46 to 97db946 Compare May 1, 2024 16:54
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.199 chore(deps): update rust crate serde to 1.0.200 May 1, 2024
@renovate renovate bot changed the title chore(deps): update rust crate serde to 1.0.200 chore(deps): update rust crate serde to v1.0.200 May 5, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 97db946 to 002dff7 Compare May 8, 2024 02:22
@renovate renovate bot changed the title chore(deps): update rust crate serde to v1.0.200 chore(deps): update rust crate serde to v1.0.201 May 8, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 002dff7 to c779ca4 Compare May 15, 2024 17:46
@renovate renovate bot changed the title chore(deps): update rust crate serde to v1.0.201 chore(deps): update rust crate serde to v1.0.202 May 15, 2024
@renovate renovate bot changed the title chore(deps): update rust crate serde to v1.0.202 chore(deps): update rust crate serde to v1.0.203 May 25, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from c779ca4 to 32ed270 Compare May 25, 2024 18:53
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 32ed270 to 67a309d Compare July 6, 2024 22:12
@renovate renovate bot changed the title chore(deps): update rust crate serde to v1.0.203 chore(deps): update rust crate serde to v1.0.204 Jul 6, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 67a309d to f0b80c5 Compare August 8, 2024 05:15
@renovate renovate bot changed the title chore(deps): update rust crate serde to v1.0.204 chore(deps): update rust crate serde to v1.0.205 Aug 8, 2024
@renovate renovate bot changed the title chore(deps): update rust crate serde to v1.0.205 chore(deps): update rust crate serde to v1.0.206 Aug 11, 2024
@renovate renovate bot changed the title chore(deps): update rust crate serde to v1.0.206 chore(deps): update rust crate serde to v1.0.207 Aug 12, 2024
@nahsi nahsi closed this Aug 15, 2024
Copy link
Contributor Author

renovate bot commented Aug 15, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.0.189). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/serde-monorepo branch August 15, 2024 15:33
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