From b48eb07a942b19d25b9eb93b85d614371df80814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:40:56 +0000 Subject: [PATCH] build(deps): update strum requirement from 0.27.1 to 0.28.0 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.1...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 61e627b..a1a1908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ derive_builder = "0.20.2" ratatui = { version = "0.29.0", features = ["crossterm"], optional = true } tui-input = { version = "0.11.1", optional = true } crossterm = { version = "=0.28.1", optional = true } -strum = { version = "0.27.1", features = ["derive"], optional = true } +strum = { version = "0.28.0", features = ["derive"], optional = true } strum_macros = { version = "0.27.1", optional = true } [features]