oxidecomputer / crucible

A storage service.
Mozilla Public License 2.0
175 stars 18 forks source link

Update Rust crate strum to v0.26.3 #1403

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
strum workspace.dependencies patch 0.26.1 -> 0.26.3

Release Notes

Peternator7/strum (strum) ### [`v0.26.3`](https://togithub.com/Peternator7/strum/blob/HEAD/CHANGELOG.md#0263-strummacros) [Compare Source](https://togithub.com/Peternator7/strum/compare/v0.26.2...v0.26.3) - [#​344](https://togithub.com/Peternator7/strum/pull/344): Hide `EnumTable` because it's going to be deprecated in the next version. - [#​357](https://togithub.com/Peternator7/strum/pull/357): Fixes an incompatiblity with `itertools` by using the fully qualified name rather than the inherent method. - [#​345](https://togithub.com/Peternator7/strum/pull/345): Allows unnamed tuple like variants to use their variants in string interpolation. `#[strum(to_string = "Field 0: {0}, Field 1: {1})")]` will now work for tuple variants ### [`v0.26.2`](https://togithub.com/Peternator7/strum/blob/HEAD/CHANGELOG.md#0262) [Compare Source](https://togithub.com/Peternator7/strum/compare/v0.26.1...v0.26.2) - [#​337](https://togithub.com/Peternator7/strum/pull/337): Fix missing generic impls for `EnumTryAs` - [#​334](https://togithub.com/Peternator7/strum/pull/334): Support prefix in `AsRefStr`. Technically a breaking change, but `prefix` was just added in `0.26.0` so it's a newer feature and it makes the feature more consisent in general.

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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.



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