From f4420e0b1a277ad50c0d595cd732035bd2741295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 06:41:10 +0000 Subject: [PATCH] Update strum requirement from 0.27 to 0.28 in /crates/lib 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.0...v0.28.0) --- updated-dependencies: - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 4c199ab56..bcbdd2b41 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" tokio = { version = "1.43", features = ["full", "rt-multi-thread"] } tokio-stream = "0.1" -strum = "0.27" +strum = "0.28" strum_macros = "0.27" rusqlite = "0.38.0" regex = "1.11.1"