From 00ad81f8915f31587db71300083eace556e73efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:20:50 +0000 Subject: [PATCH] chore(deps): update strum requirement from 0.27 to 0.28 Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fc1de7..bc13902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ clap = { version = "4.6.1", features = ["derive"], optional = true } ratatui = { version = "0.29", features = ["crossterm"], optional = true } tui-input = { version = "0.11", optional = true } crossterm = { version = "0.28", optional = true } -strum = { version = "0.27", features = ["derive"], optional = true } +strum = { version = "0.28", features = ["derive"], optional = true } strum_macros = { version = "0.27", optional = true } [features]