From 8b538a9bff864abbeda262f3319c4aec025b496f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:19:18 +0000 Subject: [PATCH] build(deps): update strum_macros requirement from 0.27.1 to 0.28.0 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.1...v0.28.0) --- updated-dependencies: - dependency-name: strum_macros dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- keymap_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymap_parser/Cargo.toml b/keymap_parser/Cargo.toml index 52ce5a2..4d446e2 100644 --- a/keymap_parser/Cargo.toml +++ b/keymap_parser/Cargo.toml @@ -11,7 +11,7 @@ edition.workspace = true [dependencies] serde = { version = "1.0.219", features = ["derive"] } strum = "0.28.0" -strum_macros = "0.27.1" +strum_macros = "0.28.0" [dev-dependencies] toml = "1.0.1"