From d708245ff22be501228d9dc147540e13e8fed224 Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Thu, 16 Jan 2025 17:04:25 -0800 Subject: [PATCH] udpate 'dirs' crate to 6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb09653e..91a76389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ strum = "0.26" strum_macros = "0.26" error-chain = "0.12.4" regex = "1.10" -dirs = "5.0" +dirs = "6.0" bitflags = "2.5" phf = { version = "0.11", features = ["macros"] } rand = "0.8"