diff --git a/Cargo.toml b/Cargo.toml index 47901899..85d1bcb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ path = "src/testcli.rs" anyhow = "1.0.95" once_cell = "1.20.2" regex = "1.11.1" -strum = { version = "0.27.1", features = ["derive"] } -strum_macros = "0.27.1" +strum = { version = "0.28.0", features = ["derive"] } +strum_macros = "0.28.0" # To reduce error boilerplate thiserror = "2"