update strum to 0.27.2

This commit is contained in:
Manuel Vögele
2025-12-15 13:26:51 +01:00
parent c76821d089
commit 84f1a60663
2 changed files with 5 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ reqwest = "0.12.4"
rrule = "0.14.0"
rust-i18n = "3.0.1"
serde = { version = "1.0.145", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
strum = { version = "0.27.2", features = ["derive"] }
teloxide = { version = "0.13.0", features = ["macros", "throttle"] }
thiserror = "1.0.56"
tokio = { version = "1.21.2", features = ["macros"] }