Update Rust crate strum to v0.27.2 - autoclosed #4

Closed
Renovate wants to merge 1 commit from renovate/strum-0.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
strum dependencies patch 0.27.1 -> 0.27.2

Release Notes

Peternator7/strum (strum)

v0.27.2

Compare Source

  • #​141: Adding support for doc comments on EnumDiscriminants generated type.

    • The doc comment will be copied from the variant on the type itself.
  • #​435:allow discriminants on empty enum.

  • #​443: Change enum table callbacks to FnMut.

  • #​444: Add #[automatically_derived] to the impls by @​dandedotdev in https://github.com/Peternator7/strum/pull/444

    • This should make the linter less noisy with warnings in generated code.
  • #​440: Implement a suffix attribute for serialization of enum variants.

    #[derive(strum::Display)]
    #[strum(suffix=".json")]
    #[strum(serialize_all="snake_case")]
    enum StorageConfiguration {
      PostgresProvider,
      S3StorageProvider,
      AzureStorageProvider,
    }
    
    fn main() {
      let response = SurveyResponse::Other("It was good".into());
      println!("Loading configuration from: {}", StorageConfiguration::PostgresProvider);
      // prints: Loaded Configuration from: postgres_provider.json
    }
    
  • #​446: Drop needless rustversion dependency.


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 | |---|---|---|---| | [strum](https://github.com/Peternator7/strum) | dependencies | patch | `0.27.1` -> `0.27.2` | --- ### Release Notes <details> <summary>Peternator7/strum (strum)</summary> ### [`v0.27.2`](https://github.com/Peternator7/strum/blob/HEAD/CHANGELOG.md#0272) [Compare Source](https://github.com/Peternator7/strum/compare/v0.27.1...v0.27.2) - [#&#8203;141](https://github.com/Peternator7/strum/pull/141): Adding support for doc comments on `EnumDiscriminants` generated type. - The doc comment will be copied from the variant on the type itself. - [#&#8203;435](https://github.com/Peternator7/strum/pull/435):allow discriminants on empty enum. - [#&#8203;443](https://github.com/Peternator7/strum/pull/443): Change enum table callbacks to FnMut. - [#&#8203;444](https://github.com/Peternator7/strum/pull/444): Add `#[automatically_derived]` to the `impl`s by [@&#8203;dandedotdev](https://github.com/dandedotdev) in https://github.com/Peternator7/strum/pull/444 - This should make the linter less noisy with warnings in generated code. - [#&#8203;440](https://github.com/Peternator7/strum/pull/440): Implement a `suffix` attribute for serialization of enum variants. ```rust #[derive(strum::Display)] #[strum(suffix=".json")] #[strum(serialize_all="snake_case")] enum StorageConfiguration { PostgresProvider, S3StorageProvider, AzureStorageProvider, } fn main() { let response = SurveyResponse::Other("It was good".into()); println!("Loading configuration from: {}", StorageConfiguration::PostgresProvider); // prints: Loaded Configuration from: postgres_provider.json } ``` - [#&#8203;446](https://github.com/Peternator7/strum/pull/446): Drop needless `rustversion` dependency. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
claus force-pushed renovate/strum-0.x-lockfile from bda82ba6f1
All checks were successful
/ image_related (push) Successful in 2m6s
to 625a60b4e2 2025-07-23 13:05:17 +00:00
Compare
claus force-pushed renovate/strum-0.x-lockfile from 625a60b4e2 to c494de15f4 2025-07-23 13:07:45 +00:00 Compare
claus force-pushed renovate/strum-0.x-lockfile from c494de15f4 to cc0ec5b4ba
All checks were successful
ci/woodpecker/push/image-related Pipeline was successful
2025-07-23 13:13:22 +00:00
Compare
Renovate changed title from Update Rust crate strum to v0.27.2 to Update Rust crate strum to v0.27.2 - autoclosed 2025-07-23 13:22:19 +00:00
Renovate closed this pull request 2025-07-23 13:22:19 +00:00
All checks were successful
ci/woodpecker/push/image-related Pipeline was successful

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
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
claus/rustdump!4
No description provided.