diff --git a/Cargo.toml b/Cargo.toml index 804b113..95f23e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0" nix = ">= 0.20, < 0.24" serde = { version = "^1.0", features = ["derive"] } strum = ">= 0.20, < 0.23" -strum_macros = ">= 0.20, < 0.22" +strum_macros = ">= 0.20, < 0.23" [dev-dependencies] serde_json = "1.0"