Bump strum major version

This commit is contained in:
2024-02-11 10:47:15 +01:00
parent 7d026341bc
commit 558c6a5248
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ rrule = "0.11.0"
rust-i18n = "3.0.1"
serde = { version = "1.0.145", features = ["derive"] }
serde_yaml = "0.9.13"
strum = { version = "0.25.0", features = ["derive"] }
strum = { version = "0.26.1", features = ["derive"] }
teloxide = { version = "0.12.2", features = ["macros", "throttle"] }
thiserror = "1.0.56"
tokio = { version = "1.21.2", features = ["macros"] }