From 21dda28bdb6bf350bd9aef09a1f99c1c928ceb48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 05:22:53 +0000 Subject: [PATCH] chore(deps): update dirs requirement from 5.0 to 6.0 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 379151f..1f3fbe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" anyhow = "1.0" clap = { version = "4.5", features = ["derive"] } crossterm = "0.27" -dirs = "5.0" +dirs = "6.0" glob = "0.3" ratatui = "0.29" rayon = "1.8"