From 4cdf225c567fabb8e0834da830110a020e55ac54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:54:57 +0000 Subject: [PATCH] deps(deps): update dirs requirement from 5.0 to 6.0 in /crates Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version. - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 9362301..4118280 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -71,5 +71,5 @@ rusty-s3 = "0.5" # Interactive CLI dialoguer = "0.11" -dirs = "5.0" +dirs = "6.0"