From f978471ed9355ada32a8b95e917de57f3251d85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:03:01 +0000 Subject: [PATCH] :arrow_up: Update dirs requirement from ^5.0 to ^6.0 --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c2d6b0..0d2e685 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = [ ] [dependencies] -dirs = "^5.0" +dirs = "^6.0" git2 = { version = "^0.20", default-features = false } dialoguer = { version = "^0.11", optional = true } pest = "^2.3"