diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ pretty_assertions = "1.3" rayon = "1.7" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -strum = { version = "0.24", features = ["derive"] } +strum = { version = "0.25", features = ["derive"] } tempfile = "3.6" termcolor = "1.2" thiserror = "1.0" |