From 9acada6e85ac288e4119976ac1a41c0d8ab3125e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 21:14:32 +0000 Subject: [PATCH] fix(deps): update rust crate dirs to v6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1251d54..b295aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ tracing-appender = "0.2.3" # Chrono-less fork, so doesn't pull in old time crate 0.1 rolling-file = { git = "https://github.com/browsers-software/rolling-file-rs.git", branch = "browsers" } -dirs = "5.0.1" +dirs = "6.0.0" toml = "0.8.14" serde_json = "1.0.118"