From cfb69a9a7c54e2c7d111a43cf11bd72075df22c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:46:57 +0000 Subject: [PATCH] fix(deps): update rust crate strum to 0.26.2 (#187) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
Peternator7/strum (strum) ### [`v0.26.2`](https://togithub.com/Peternator7/strum/blob/HEAD/CHANGELOG.md#0262) - [#​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 - 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 6e54b7c3..ba25860f 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -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]