Skip to content

Commit

Permalink
chore: bump strum to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Feb 9, 2025
1 parent 8e13a8c commit 21be071
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 @@ -28,7 +28,7 @@ pretty_assertions = "1.4.1"
ratatui = { version = "0.29.0", default-features = false }
ratatui-macros = "0.6.0"
rstest = "0.24.0"
strum = { version = "0.26.3", features = ["derive"] }
strum = { version = "0.27.0", features = ["derive"] }
tokio = { version = "1.41.0" }

[lints.rust]
Expand Down

0 comments on commit 21be071

Please sign in to comment.