diff --git a/Cargo.toml b/Cargo.toml index 3b625de..724e3af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ toml_edit = "=0.22.21" 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 = { version = "=4.5.18", features = ["std", "color", "suggestions", "cargo", "derive"] } clap_complete = "=4.5.28" petgraph = "=0.6.5" ansi_term = "=0.12.1"