From 3d926a5130872555cf7b3f1995a89468abb62c11 Mon Sep 17 00:00:00 2001 From: Chaos Rogers Date: Thu, 11 Sep 2025 11:04:48 +0100 Subject: [PATCH] with updates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2be4c81..c9a5213 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ edition = "2021" [dependencies] anyhow = "1.0.82" clap = { version = "4.5.4", features = ["derive"] } -config = "0.14.0" -dirs = "5.0.1" +config = "0.15.15" +dirs = "6.0.0" fs_extra = "1.3.0" serde = { version = "1.0", features = ["derive"] } tempfile = "3.10.1"