From b179459de3be91b2bda7b3fe15d8ac42c353bf5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:15:39 +0000 Subject: [PATCH] fix(deps): update strum crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d049c3a..fbb7bad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,8 +49,8 @@ serde_json = "1.0.128" serde-this-or-that = "0.4.2" serde_with = "3.9.0" simple_logger = "4.3.3" -strum = { version = "0.26.2", features = ["derive"] } -strum_macros = "0.26.2" +strum = { version = "0.26.3", features = ["derive"] } +strum_macros = "0.26.4" thiserror = "1.0.64" tokio = { version = "1.37.0", features = ["full"] } utoipa = { version = "4.2.0", features = ["actix_extras"] }