From b41e295f3496cc2e6557a946f786ec4edf332c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 23:41:38 +0000 Subject: [PATCH] chore(deps): 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 33aa68b6..20859deb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ fs_extra = "1.3.0" nanoid = "0.4.0" proptest = "1" rand = "0.9.2" -strum = { version = "0.27.2", features = ["derive"] } +strum = { version = "0.28.0", features = ["derive"] } test-log = "0.2.18" [lints.rust]