From 0d445796278930d91b087b6108d7492442c46689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:52:31 +0000 Subject: [PATCH] Update strum requirement from 0.27.2 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.2...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 d1e2a3e..7bd9ef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ derive_more = { version = "2.0.1", default-features = false, features = [ "from", ] } serde = { version = "1.0.228", features = ["derive"], optional = true } -strum = { version = "0.27.2", features = ["derive"] } +strum = { version = "0.28.0", features = ["derive"] } thiserror = "2.0.17" indexmap = "2.12.0"