diff --git a/Cargo.toml b/Cargo.toml index 4f6f4846..b8e2c702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ rhai = { version = "1.7", features = ["sync"], optional = true } scopeguard = "1.1" serde = { version = "1.0", features = ["derive"] } serde_repr = "0.1" -strum = { version = "0.25.0", features = ["derive"] } +strum = { version = "0.26.2", features = ["derive"] } thiserror = "1.0" [dev-dependencies]