From 1ab0557f32af0f50a98c6fb7844b6e1b1ac97399 Mon Sep 17 00:00:00 2001 From: Vlad Date: Tue, 10 Mar 2026 06:36:15 +1100 Subject: [PATCH] chore(deps): bump strum to 0.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e539c1fb5..ea6c5afa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ sea-schema = { version = "0.17.0-rc.15", default-features = false, features = [ serde = { version = "1.0", default-features = false } serde_json = { version = "1.0", default-features = false, optional = true } sqlx = { version = "0.8.4", default-features = false, optional = true } -strum = { version = "0.27", default-features = false } +strum = { version = "0.28", default-features = false } thiserror = { version = "2", default-features = false } time = { version = "0.3.36", default-features = false, optional = true } tracing = { version = "0.1", default-features = false, features = [