diff --git a/Cargo.toml b/Cargo.toml index 3b625de..906f83c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "=1.0.210", features = ["derive"] } serde_json = "=1.0.128" vfs = "=0.12.0" clap = { version = "=4.5.17", features = ["std", "color", "suggestions", "cargo", "derive"] } -clap_complete = "=4.5.28" +clap_complete = "=4.5.29" petgraph = "=0.6.5" ansi_term = "=0.12.1" handlebars = "=6.1.0"