From a6097deb6c7b3d26dd28c9080b644b027d64011d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:01:07 +0900 Subject: [PATCH] Update dirs requirement from 5 to 6 (#339) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- savvy-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/savvy-cli/Cargo.toml b/savvy-cli/Cargo.toml index 188eb34..fe2e478 100644 --- a/savvy-cli/Cargo.toml +++ b/savvy-cli/Cargo.toml @@ -22,7 +22,7 @@ futures-lite = "2" savvy-bindgen = { version = "0.8.3", path = "../savvy-bindgen", features = [ "use_formatter", ] } -dirs = "5" +dirs = "6" toml = "0.8" [package.metadata.dist]