diff --git a/Cargo.toml b/Cargo.toml index 570bc824..35abba2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,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]