diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 815e596..2cb4324 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1.0.26" normalize-path = "0.2.0" [dependencies.command-group] -version = "1.0.8" +version = "2.0.1" features = ["with-tokio"] [dependencies.ignore-files]