From 98e9037e7a2e9211d0b9f250124a6ffd0a50e130 Mon Sep 17 00:00:00 2001 From: ThetaBot Date: Mon, 13 Jan 2025 03:00:02 +0000 Subject: [PATCH] chore(deps): update rust crate dirs to v6 (#24) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8b2077..eec0cb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ anyhow = "1.0" clap = { version = "4.0.0", features = ["derive"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } serde_yaml = "0.9.0" -dirs = "5.0.0" +dirs = "6.0.0" filenamify = "0.1.0" # Testing