Skip to content

Commit

Permalink
fix(deps): update rust crate strum to 0.26.2 (#187)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [strum](https://togithub.com/Peternator7/strum) | dependencies | patch
| `0.26.1` -> `0.26.2` |

---

### Release Notes

<details>
<summary>Peternator7/strum (strum)</summary>

###
[`v0.26.2`](https://togithub.com/Peternator7/strum/blob/HEAD/CHANGELOG.md#0262)

- [#&#8203;337](https://togithub.com/Peternator7/strum/pull/337): Fix
missing generic impls for `EnumTryAs`
- [#&#8203;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.

</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**: Never, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/rustic-rs/rustic_core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 352f0eb commit cfb69a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ gethostname = "0.4.3"
humantime = "2.1.0"
itertools = "0.12.1"
quick_cache = "0.4.1"
strum = { version = "0.26.1", features = ["derive"] }
strum = { version = "0.26.2", features = ["derive"] }
zstd = "0.13.0"

[target.'cfg(not(windows))'.dependencies]
Expand Down

0 comments on commit cfb69a9

Please sign in to comment.