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" }