Skip to content

Commit

Permalink
Merge pull request #7 from TgZ39/dependabot/cargo/strum-0.27
Browse files Browse the repository at this point in the history
Update strum requirement from 0.26 to 0.27
  • Loading branch information
TgZ39 authored Feb 13, 2025
2 parents 8963832 + e69c966 commit 84044a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"
chrono = "0.4"
strum = { version = "0.26", features = ["strum_macros", "derive"] }
strum = { version = "0.27", features = ["strum_macros", "derive"] }
derive_more = { version = "2.0", features = ["display"] }
futures = "0.3"

0 comments on commit 84044a5

Please sign in to comment.