1
0
Fork
You've already forked hoard
0

fix(deps): update rust crate serde to v1.0.219 #188

Open
renovate[bot] wants to merge 1 commit from renovate/serde-monorepo into main
pull from: renovate/serde-monorepo
merge into: Shadow53:main
Shadow53:main
Shadow53:renovate/clap-4.x-lockfile
Shadow53:renovate/glob-0.x-lockfile
Shadow53:renovate/tokio-stream-0.x-lockfile
Shadow53:renovate/time-0.x-lockfile
Shadow53:renovate/thiserror-1.x-lockfile
Shadow53:renovate/async-stream-0.x-lockfile
Shadow53:renovate/crate-tokio-vulnerability
Shadow53:renovate/serde_json-1.x-lockfile
Shadow53:basic-encryption
Shadow53:dependabot/cargo/tokio-1.43.1
Shadow53:renovate/async-trait-0.x-lockfile
Shadow53:116-release-0.5.0
Shadow53:75-delete-deleted-files
Shadow53:56-getting-started-docs
Shadow53:58-parse-ignore-with-config
Shadow53:37-hoard-cleanup
renovate[bot] commented 2023年10月05日 10:04:34 +02:00 (Migrated from github.com)
Copy link

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.208 -> 1.0.219

Warning

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


Release Notes

serde-rs/serde (serde)

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:🇩🇪: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.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | dependencies | patch | `1.0.208` -> `1.0.219` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.219`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.219) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.218...v1.0.219) - Prevent `absolute_paths` Clippy restriction being triggered inside macro-generated code ([#&#8203;2906](https://redirect.github.com/serde-rs/serde/issues/2906), thanks [@&#8203;davidzeng0](https://redirect.github.com/davidzeng0)) ### [`v1.0.218`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.218) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.217...v1.0.218) - Documentation improvements ### [`v1.0.217`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.217) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.216...v1.0.217) - Support serializing externally tagged unit variant inside flattened field ([#&#8203;2786](https://redirect.github.com/serde-rs/serde/issues/2786), thanks [@&#8203;Mingun](https://redirect.github.com/Mingun)) ### [`v1.0.216`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.216) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.215...v1.0.216) - Mark all generated impls with #\[automatically\_derived] to exclude from code coverage ([#&#8203;2866](https://redirect.github.com/serde-rs/serde/issues/2866), [#&#8203;2868](https://redirect.github.com/serde-rs/serde/issues/2868), thanks [@&#8203;tdittr](https://redirect.github.com/tdittr)) ### [`v1.0.215`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.215) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.214...v1.0.215) - Produce warning when multiple fields or variants have the same deserialization name ([#&#8203;2855](https://redirect.github.com/serde-rs/serde/issues/2855), [#&#8203;2856](https://redirect.github.com/serde-rs/serde/issues/2856), [#&#8203;2857](https://redirect.github.com/serde-rs/serde/issues/2857)) ### [`v1.0.214`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.214) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.213...v1.0.214) - Implement IntoDeserializer for all Deserializers in serde::de::value module ([#&#8203;2568](https://redirect.github.com/serde-rs/serde/issues/2568), thanks [@&#8203;Mingun](https://redirect.github.com/Mingun)) ### [`v1.0.213`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.213) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.212...v1.0.213) - Fix support for macro-generated `with` attributes inside a newtype struct ([#&#8203;2847](https://redirect.github.com/serde-rs/serde/issues/2847)) ### [`v1.0.212`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.212) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.211...v1.0.212) - Fix hygiene of macro-generated local variable accesses in serde(with) wrappers ([#&#8203;2845](https://redirect.github.com/serde-rs/serde/issues/2845)) ### [`v1.0.211`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.211) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.210...v1.0.211) - Improve error reporting about mismatched signature in `with` and `default` attributes ([#&#8203;2558](https://redirect.github.com/serde-rs/serde/issues/2558), thanks [@&#8203;Mingun](https://redirect.github.com/Mingun)) - Show variant aliases in error message when variant deserialization fails ([#&#8203;2566](https://redirect.github.com/serde-rs/serde/issues/2566), thanks [@&#8203;Mingun](https://redirect.github.com/Mingun)) - Improve binary size of untagged enum and internally tagged enum deserialization by about 12% ([#&#8203;2821](https://redirect.github.com/serde-rs/serde/issues/2821)) ### [`v1.0.210`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.210) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.209...v1.0.210) - Support serializing and deserializing `IpAddr` and `SocketAddr` in no-std mode on Rust 1.77+ ([#&#8203;2816](https://redirect.github.com/serde-rs/serde/issues/2816), thanks [@&#8203;MathiasKoch](https://redirect.github.com/MathiasKoch)) - Make `serde::ser::StdError` and `serde::de::StdError` equivalent to `core::error::Error` on Rust 1.81+ ([#&#8203;2818](https://redirect.github.com/serde-rs/serde/issues/2818)) ### [`v1.0.209`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.209) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.208...v1.0.209) - Fix deserialization of empty structs and empty tuples inside of untagged enums ([#&#8203;2805](https://redirect.github.com/serde-rs/serde/issues/2805), thanks [@&#8203;Mingun](https://redirect.github.com/Mingun)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Shadow53/hoard). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS40MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
netlify[bot] commented 2023年10月05日 10:04:57 +02:00 (Migrated from github.com)
Copy link

Deploy Preview for hoard-docs ready!

Name Link
Latest commit 69a98c4124
Latest deploy log https://app.netlify.com/projects/hoard-docs/deploys/689896a3464cd90008acc8cc
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.

### <span aria-hidden="true">✅</span> Deploy Preview for *hoard-docs* ready! | Name | Link | |:-:|------------------------| |<span aria-hidden="true">🔨</span> Latest commit | 69a98c4124a98767462fc6acf0c538d98569bbff | |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/projects/hoard-docs/deploys/689896a3464cd90008acc8cc | |<span aria-hidden="true">😎</span> Deploy Preview | [https://deploy-preview-188--hoard-docs.netlify.app](https://deploy-preview-188--hoard-docs.netlify.app) | |<span aria-hidden="true">📱</span> Preview on mobile | <details><summary> Toggle QR Code... </summary><br /><br />![QR Code](https://app.netlify.com/qr-code/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1cmwiOiJodHRwczovL2RlcGxveS1wcmV2aWV3LTE4OC0taG9hcmQtZG9jcy5uZXRsaWZ5LmFwcCJ9.5TX5CEBn-Y_uhw-Mrm-WQEzHmdmA9Yru7PkoaZrpVUg)<br /><br />_Use your smartphone camera to open QR code link._</details> | --- <!-- [hoard-docs Preview](https://deploy-preview-188--hoard-docs.netlify.app) --> _To edit notification comments on pull requests, go to your [Netlify project configuration](https://app.netlify.com/projects/hoard-docs/configuration/notifications#deploy-notifications)._
codecov[bot] commented 2023年10月05日 10:13:35 +02:00 (Migrated from github.com)
Copy link

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.

## [Codecov](https://app.codecov.io/gh/Shadow53/hoard/pull/188?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant) Report All modified and coverable lines are covered by tests :white_check_mark: > Project coverage is 88.69%. Comparing base [(`f94c89b`)](https://app.codecov.io/gh/Shadow53/hoard/commit/f94c89b84a455c7ac733a1d983c47fc8864f95ee?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant) to head [(`b4cde96`)](https://app.codecov.io/gh/Shadow53/hoard/commit/b4cde9666dda879322c262e7477b70ed770ccc9f?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant). <details><summary>Additional details and impacted files</summary> ```diff @@ 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 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/Shadow53/hoard/pull/188?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Michael+Bryant).
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/serde-monorepo:renovate/serde-monorepo
git switch renovate/serde-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/serde-monorepo
git switch renovate/serde-monorepo
git rebase main
git switch main
git merge --ff-only renovate/serde-monorepo
git switch renovate/serde-monorepo
git rebase main
git switch main
git merge --no-ff renovate/serde-monorepo
git switch main
git merge --squash renovate/serde-monorepo
git switch main
git merge --ff-only renovate/serde-monorepo
git switch main
git merge renovate/serde-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Shadow53/hoard!188
Reference in a new issue
Shadow53/hoard
No description provided.
Delete branch "renovate/serde-monorepo"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?