Skip to content

Commit 21be071

Browse files
committed
chore: bump strum to 0.27
1 parent 8e13a8c commit 21be071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pretty_assertions = "1.4.1"
2828
ratatui = { version = "0.29.0", default-features = false }
2929
ratatui-macros = "0.6.0"
3030
rstest = "0.24.0"
31-
strum = { version = "0.26.3", features = ["derive"] }
31+
strum = { version = "0.27.0", features = ["derive"] }
3232
tokio = { version = "1.41.0" }
3333

3434
[lints.rust]

0 commit comments

Comments
 (0)