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"