Skip to content

chore(deps): update rust crate serde to v1.0.228#188

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/serde-monorepo
Open

chore(deps): update rust crate serde to v1.0.228#188
renovate[bot] wants to merge 1 commit intomainfrom
renovate/serde-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2023

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.2081.0.228

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

serde-rs/serde (serde)

v1.0.228

Compare Source

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

v1.0.226

Compare Source

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#​2935, thanks @​Mingun)

v1.0.225

Compare Source

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#​2879, thanks @​rcrisanti)

v1.0.224

Compare Source

  • Remove private types being suggested in rustc diagnostics (#​2979)

v1.0.223

Compare Source

  • Fix serde_core documentation links (#​2978)

v1.0.222

Compare Source

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#​2950, thanks @​aytey)

v1.0.221

Compare Source

  • Documentation improvements (#​2973)
  • Deprecate serde_if_integer128! macro (#​2975)

v1.0.220

Compare Source

v1.0.219

Compare Source

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#​2906, thanks @​davidzeng0)

v1.0.218

Compare Source

  • Documentation improvements

v1.0.217

Compare Source

  • Support serializing externally tagged unit variant inside flattened field (#​2786, thanks @​Mingun)

v1.0.216

Compare Source

v1.0.215

Compare Source

v1.0.214

Compare Source

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#​2568, thanks @​Mingun)

v1.0.213

Compare Source

  • Fix support for macro-generated with attributes inside a newtype struct (#​2847)

v1.0.212

Compare Source

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#​2845)

v1.0.211

Compare Source

  • Improve error reporting about mismatched signature in with and default attributes (#​2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#​2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#​2821)

v1.0.210

Compare Source

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#​2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#​2818)

v1.0.209

Compare Source

  • Fix deserialization of empty structs and empty tuples inside of untagged enums (#​2805, thanks @​Mingun)

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.

@netlify
Copy link

netlify bot commented Oct 5, 2023

Deploy Preview for hoard-docs ready!

Name Link
🔨 Latest commit b3d5b39
🔍 Latest deploy log https://app.netlify.com/projects/hoard-docs/deploys/69394d3ec71ce4000864fac4
😎 Deploy Preview https://deploy-preview-188--hoard-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.69%. Comparing base (f94c89b) to head (b4cde96).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #188      +/-   ##
==========================================
- Coverage   89.23%   88.69%   -0.54%     
==========================================
  Files          74       74              
  Lines        4346     4318      -28     
==========================================
- Hits         3878     3830      -48     
- Misses        468      488      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.188 fix(deps): update rust crate serde to >=1.0.189 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from b2d412e to 245b2bb Compare October 13, 2023 04:00
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.189 fix(deps): update rust crate serde to >=1.0.190 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 245b2bb to c5e7298 Compare October 26, 2023 04:30
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.190 fix(deps): update rust crate serde to >=1.0.191 Nov 6, 2023
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from c5e7298 to c9e4971 Compare November 6, 2023 22:51
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.191 fix(deps): update rust crate serde to >=1.0.192 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from c9e4971 to 841bbbf Compare November 7, 2023 03:26
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.192 fix(deps): update rust crate serde to >=1.0.193 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 841bbbf to 22767d9 Compare November 21, 2023 03:48
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.193 fix(deps): update rust crate serde to >=1.0.194 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch 2 times, most recently from 8628b49 to b1a0b91 Compare January 6, 2024 03:53
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.194 fix(deps): update rust crate serde to >=1.0.195 Jan 6, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.195 fix(deps): update rust crate serde to >=1.0.196 Jan 27, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from b1a0b91 to b5f03b3 Compare January 27, 2024 02:15
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from b5f03b3 to 2f7771b Compare February 20, 2024 04:55
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.196 fix(deps): update rust crate serde to >=1.0.197 Feb 20, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.197 fix(deps): update rust crate serde to >=1.0.198 Apr 16, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 2f7771b to cdc42f7 Compare April 16, 2024 22:01
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.198 fix(deps): update rust crate serde to >=1.0.199 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from cdc42f7 to 3ec2e00 Compare April 27, 2024 05:08
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.199 fix(deps): update rust crate serde to >=1.0.200 May 1, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 3ec2e00 to d0631ae Compare May 1, 2024 19:42
@renovate renovate bot changed the title fix(deps): update rust crate serde to >=1.0.200 fix(deps): update rust crate serde to v1.0.200 May 5, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from d0631ae to 2f6880c Compare May 8, 2024 01:49
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.200 fix(deps): update rust crate serde to v1.0.201 May 8, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.204 fix(deps): update rust crate serde to v1.0.205 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 997c299 to afd2d85 Compare August 11, 2024 08:33
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.205 fix(deps): update rust crate serde to v1.0.206 Aug 11, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from afd2d85 to 4c14ae5 Compare August 12, 2024 21:41
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.206 fix(deps): update rust crate serde to v1.0.207 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 4c14ae5 to e9466bb Compare August 15, 2024 16:32
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.207 fix(deps): update rust crate serde to v1.0.208 Aug 15, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.208 fix(deps): update rust crate serde to v1.0.208 - autoclosed Aug 19, 2024
@renovate renovate bot closed this Aug 19, 2024
@renovate renovate bot deleted the renovate/serde-monorepo branch August 19, 2024 04:12
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.208 - autoclosed fix(deps): update rust crate serde to v1.0.208 Aug 24, 2024
@renovate renovate bot reopened this Aug 24, 2024
@renovate renovate bot restored the renovate/serde-monorepo branch August 24, 2024 04:59
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.208 fix(deps): update rust crate serde to v1.0.209 Aug 24, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from e9466bb to 9464047 Compare August 24, 2024 05:00
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.209 fix(deps): update rust crate serde to v1.0.210 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from 9464047 to b0faed5 Compare September 16, 2024 11:27
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.210 fix(deps): update rust crate serde to v1.0.211 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from b0faed5 to 221d737 Compare October 22, 2024 10:39
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.211 fix(deps): update rust crate serde to v1.0.212 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch 2 times, most recently from 8527eca to a2ce45d Compare October 22, 2024 21:27
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.212 fix(deps): update rust crate serde to v1.0.213 Oct 22, 2024
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.213 fix(deps): update rust crate serde to v1.0.214 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from a2ce45d to add5284 Compare October 28, 2024 18:59
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.214 fix(deps): update rust crate serde to v1.0.215 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from add5284 to b4cde96 Compare November 11, 2024 22:09
@renovate renovate bot changed the title fix(deps): update rust crate serde to v1.0.215 fix(deps): update rust crate serde to v1.0.216 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/serde-monorepo branch from b4cde96 to 9c319f9 Compare December 11, 2024 05:15
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