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 serde crates #246

Merged
merged 1 commit into from
Oct 1, 2024
Merged

chore(deps): update serde crates #246

merged 1 commit into from
Oct 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

This PR contains the following updates:

Package Type Update Change
serde (source) workspace.dependencies patch 1.0.206 -> 1.0.210
serde_json workspace.dependencies patch 1.0.124 -> 1.0.128
serde_with dependencies minor 3.9.0 -> 3.10.0

Release Notes

serde-rs/serde (serde)

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)

v1.0.208

Compare Source

  • Support serializing and deserializing unit structs in a flatten field (#​2802, thanks @​jonhoo)

v1.0.207

Compare Source

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#​2795, thanks @​Mingun)
serde-rs/json (serde_json)

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

jonasbb/serde_with (serde_with)

v3.10.0: serde_with v3.10.0

Compare Source

Added
  • Add newline separator by @​jayvdb (#​777)

    The UnixLineSeparator and DosLineSeparator can be used together with StringWithSeparator.

Fixed
  • Proper handling of cfg_attr in the serde_as macro by @​sivizius (#​782)

    This allows to parse more valid forms of the cfg_attr macro, including multiple values and attribute that do not follow the key = value schema.


Configuration

📅 Schedule: Branch creation - "before 6am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Jul 8, 2024

Pull Request Test Coverage Report for Build 10480067034

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 64.007%

Totals Coverage Status
Change from base Build 10480046998: 0.0%
Covered Lines: 3930
Relevant Lines: 6140

💛 - Coveralls

LNSD
LNSD previously approved these changes Jul 9, 2024
Copy link
Contributor

@LNSD LNSD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✅

@renovate renovate bot changed the title chore(deps): update rust crate serde to v1.0.204 chore(deps): update serde crates Jul 14, 2024
@renovate renovate bot changed the title chore(deps): update serde crates chore(deps): update serde crates - autoclosed Jul 25, 2024
@renovate renovate bot closed this Jul 25, 2024
@renovate renovate bot deleted the renovate/serde branch July 25, 2024 21:03
@renovate renovate bot changed the title chore(deps): update serde crates - autoclosed chore(deps): update serde crates Jul 28, 2024
@renovate renovate bot reopened this Jul 28, 2024
@renovate renovate bot restored the renovate/serde branch July 28, 2024 23:43
@renovate renovate bot changed the title chore(deps): update serde crates chore(deps): update rust crate serde_json to v1.0.121 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/serde branch 4 times, most recently from c065686 to f91fc61 Compare August 1, 2024 18:16
@renovate renovate bot changed the title chore(deps): update rust crate serde_json to v1.0.121 chore(deps): update rust crate serde_json to v1.0.122 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/serde branch 3 times, most recently from 612187c to 7cfa0de Compare August 2, 2024 20:43
@renovate renovate bot changed the title chore(deps): update rust crate serde_json to v1.0.122 chore(deps): update serde crates Aug 5, 2024
@renovate renovate bot force-pushed the renovate/serde branch 5 times, most recently from a922603 to 190ca7d Compare August 8, 2024 04:14
@renovate renovate bot force-pushed the renovate/serde branch 6 times, most recently from e57332d to 9c2ac49 Compare August 20, 2024 22:21
@renovate renovate bot force-pushed the renovate/serde branch 8 times, most recently from 8a592ed to 349105c Compare August 27, 2024 17:07
@renovate renovate bot force-pushed the renovate/serde branch 8 times, most recently from 95b056e to aedd034 Compare September 20, 2024 22:54
@renovate renovate bot force-pushed the renovate/serde branch 3 times, most recently from 61fc5b9 to 8ab47f0 Compare October 1, 2024 16:14
@gusinacio gusinacio merged commit e1d1182 into main Oct 1, 2024
10 checks passed
@gusinacio gusinacio deleted the renovate/serde branch October 1, 2024 20:58
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.

2 participants