From a25695c2fdcc3f987e679a41e1bfa69bd459b7e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 00:14:06 +0000 Subject: [PATCH] chore(deps): update rust crate strum to 0.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a983835..37a2876 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ serde = "1.0.219" serde_json = "1.0" serde_with = "3" sha2 = "0.10" -strum = { version = "0.27", features = ["derive"] } +strum = { version = "0.28", features = ["derive"] } synapse-auth = { path = "crates/synapse-auth" } synapse-billing = { path = "crates/synapse-billing" } synapse-cache = { path = "crates/synapse-cache" }