From 4a70c5e93df241ac26718f948e8e888adf7e8ff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:13:55 +0000 Subject: [PATCH] fix(deps): update rust crate strum to 0.28.0 --- crates/rrr_chart/Cargo.toml | 2 +- crates/rrr_noteskin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/rrr_chart/Cargo.toml b/crates/rrr_chart/Cargo.toml index 8e591bd..2d3df26 100644 --- a/crates/rrr_chart/Cargo.toml +++ b/crates/rrr_chart/Cargo.toml @@ -22,7 +22,7 @@ anyhow = "1.0" log = "0.4" rrr_types = { path = "../rrr_types" } serde = { version = "1.0.201", features = ["derive"] } -strum = { version = "0.26.2", features = ["derive"] } +strum = { version = "0.28.0", features = ["derive"] } swf = { version = "0.2", optional = true } thiserror = "1.0" diff --git a/crates/rrr_noteskin/Cargo.toml b/crates/rrr_noteskin/Cargo.toml index 61eb125..f3073df 100644 --- a/crates/rrr_noteskin/Cargo.toml +++ b/crates/rrr_noteskin/Cargo.toml @@ -15,4 +15,4 @@ anyhow = "1.0" log = { version = "0.4.21" } rrr_chart = { path = "../rrr_chart" } rrr_graphics = { path = "../rrr_graphics" } -strum = { version = "0.26.2", features = ["derive"] } +strum = { version = "0.28.0", features = ["derive"] }