From cc9b836ee301cfd4812e45dd11416e6c7d0b38a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:21:03 +0000 Subject: [PATCH] chore(deps): update strum_macros requirement from 0.27 to 0.28 Updates the requirements on [strum_macros](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_macros 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..c94875c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ 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_macros = { version = "0.27", optional = true } +strum_macros = { version = "0.28", optional = true } [features] cli = ["clap", "ratatui", "tui-input", "crossterm", "strum", "strum_macros", "anyhow", "tokio"]