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

Merged
kernald merged 1 commit from renovate/serde-monorepo into main 2025-08-01 13:57:10 +10:00
Collaborator

This PR contains the following updates:

Package Type Update Change
serde (source) dependencies patch 1.0.213 -> 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)

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | dependencies | patch | `1.0.213` -> `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://github.com/serde-rs/serde/releases/tag/v1.0.219) [Compare Source](https://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://github.com/serde-rs/serde/issues/2906), thanks [@&#8203;davidzeng0](https://github.com/davidzeng0)) ### [`v1.0.218`](https://github.com/serde-rs/serde/releases/tag/v1.0.218) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218) - Documentation improvements ### [`v1.0.217`](https://github.com/serde-rs/serde/releases/tag/v1.0.217) [Compare Source](https://github.com/serde-rs/serde/compare/v1.0.216...v1.0.217) - Support serializing externally tagged unit variant inside flattened field ([#&#8203;2786](https://github.com/serde-rs/serde/issues/2786), thanks [@&#8203;Mingun](https://github.com/Mingun)) ### [`v1.0.216`](https://github.com/serde-rs/serde/releases/tag/v1.0.216) [Compare Source](https://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://github.com/serde-rs/serde/issues/2866), [#&#8203;2868](https://github.com/serde-rs/serde/issues/2868), thanks [@&#8203;tdittr](https://github.com/tdittr)) ### [`v1.0.215`](https://github.com/serde-rs/serde/releases/tag/v1.0.215) [Compare Source](https://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://github.com/serde-rs/serde/issues/2855), [#&#8203;2856](https://github.com/serde-rs/serde/issues/2856), [#&#8203;2857](https://github.com/serde-rs/serde/issues/2857)) ### [`v1.0.214`](https://github.com/serde-rs/serde/releases/tag/v1.0.214) [Compare Source](https://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://github.com/serde-rs/serde/issues/2568), thanks [@&#8203;Mingun](https://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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
renovate added the
dependencies
renovate
labels 2025-08-01 13:24:30 +10:00
renovate added 1 commit 2025-08-01 13:24:31 +10:00
fix(deps): update rust crate serde to v1.0.219
All checks were successful
Build and test / Tests (pull_request) Successful in 1m0s
Checking Renovate configuration / validate (pull_request) Successful in 1m29s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Clippy (pull_request) Successful in 1m11s
Build and test / Build AMD64 (pull_request) Successful in 1m8s
Build and test / Generate Documentation (pull_request) Successful in 1m34s
c1e11435a2
kernald was assigned by renovate 2025-08-01 13:24:33 +10:00
kernald force-pushed renovate/serde-monorepo from c1e11435a2 to e35e2ed079 2025-08-01 13:54:43 +10:00 Compare
kernald scheduled this pull request to auto merge when all checks succeed 2025-08-01 13:54:55 +10:00
kernald merged commit e35e2ed079 into main 2025-08-01 13:57:10 +10:00
kernald deleted branch renovate/serde-monorepo 2025-08-01 13:57:10 +10:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
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: kernald/immich-tools#48
No description provided.