diff --git a/Cargo.toml b/Cargo.toml index e324d7a7d..a0de4d9c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,8 +51,8 @@ context-iterators = "0.2.0" serde_json = "1.0.97" delegate = "0.12.0" paste = "1.0" -strum = "0.25.0" -strum_macros = "0.25.3" +strum = "0.26.1" +strum_macros = "0.26.1" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] }