From 2387318ea2ccbeab0c81adf5b260a825b8e1cfb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 03:18:16 +1300 Subject: [PATCH] Update command-group requirement from 1.0.8 to 2.0.1 in /crates/lib (#462) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]