From 3d691b633c618026d292d98031feff479ec38e5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:45:35 +0000 Subject: [PATCH] [cargo] Update Rust crate strum to 0.28.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | strum | 0.27.2 | 0.28.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d310f9..bf3d5ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ categories = ["no-std", "text-processing"] exclude = ["/.*"] [dependencies] -strum = { version = "0.27.0", default-features = false, features = ["derive"] } +strum = { version = "0.28.0", default-features = false, features = ["derive"] } [dev-dependencies] itertools = "0.14.0"