Update Rust crate schemars to 1.1.0 #243

Merged
renovate merged 1 commits from renovate/schemars-1.x into master 2025-11-07 00:11:30 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
schemars (source) dependencies minor 1.0.5 -> 1.1.0

Release Notes

GREsau/schemars (schemars)

v1.1.0

Compare Source

Added
  • Public functions that have no side-effects are now marked with #[must_use] so that they report a lint warning when the returned value is unused, as this likely indicates a mistake.
Fixed
  • Improve accuracy of schemas for flattened enums, in particular: unit variants of externally-tagged enums, and enums wrapped in Option<>. (#​464 / #​483)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 | |---|---|---|---| | [schemars](https://graham.cool/schemars/) ([source](https://github.com/GREsau/schemars)) | dependencies | minor | `1.0.5` -> `1.1.0` | --- ### Release Notes <details> <summary>GREsau/schemars (schemars)</summary> ### [`v1.1.0`](https://github.com/GREsau/schemars/blob/HEAD/CHANGELOG.md#110---2025-11-05) [Compare Source](https://github.com/GREsau/schemars/compare/v1.0.5...v1.1.0) ##### Added - Public functions that have no side-effects are now marked with [`#[must_use]`](https://doc.rust-lang.org/reference/attributes/diagnostics.html#the-must_use-attribute) so that they report a lint warning when the returned value is unused, as this likely indicates a mistake. ##### Fixed - Improve accuracy of schemas for flattened enums, in particular: unit variants of externally-tagged enums, and enums wrapped in `Option<>`. ([#&#8203;464](https://github.com/GREsau/schemars/issues/464) / [#&#8203;483](https://github.com/GREsau/schemars/pull/483)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4wLjEiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4wLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-11-07 00:11:29 +00:00
Update Rust crate schemars to 1.1.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
836f6f2494
renovate scheduled this pull request to auto merge when all checks succeed 2025-11-07 00:11:29 +00:00
renovate merged commit 71d298ea68 into master 2025-11-07 00:11:30 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/MinioK8sBuckets#243
No description provided.