From caf085901721e1f640596206d348dc7ee3cae0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 13:14:04 +0000 Subject: [PATCH] build(deps): Update dirs requirement from 6.0.0 to 7.0.0 Updates the requirements on dirs to permit the latest version. --- updated-dependencies: - dependency-name: dirs dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backpack/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backpack/lib/Cargo.toml b/backpack/lib/Cargo.toml index b2f8bb9..8fdc299 100644 --- a/backpack/lib/Cargo.toml +++ b/backpack/lib/Cargo.toml @@ -46,7 +46,7 @@ colored = "3.0.0" url = "2.5.8" tempfile = "3.24.0" clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] } -dirs = "6.0.0" +dirs = "7.0.0" toml = "1.0.0" tokio = { workspace = true } futures = "0.3.31"