From a97ceda0eef3dd26cf3e501faf3768d519b51257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 05:03:35 +0000 Subject: [PATCH] chore(deps): Update dirs requirement from 5.0 to 6.0 --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.0 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 bdfcd46..cdb4cc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ flate2 = "1.0" oci-distribution = "0.11" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -dirs = "5.0" +dirs = "6.0" toml = "0.8" which = "6.0" tempfile = "3.9"