From 9040f1f03b4db669e92210bc2c1168976d5e5fd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:46:24 +0000 Subject: [PATCH] Update strum monorepo to 0.26.0 --- karamellib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karamellib/Cargo.toml b/karamellib/Cargo.toml index d585b04..f67d4ce 100644 --- a/karamellib/Cargo.toml +++ b/karamellib/Cargo.toml @@ -17,8 +17,8 @@ levenshtein = "1.0.5" # For enum -strum = "0.21.0" -strum_macros = "0.21.1" +strum = "0.26.0" +strum_macros = "0.26.0" thiserror = "1.0.26" [features]