From 67aff7859698b5620c5601e07921f2e01cd2ab49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 12:06:15 +0000 Subject: [PATCH] build(deps): update dirs requirement from 4.0.0 to 5.0.0 Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a354e3..c1c7905 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ anyhow = "1.0.68" chrono = "0.4.23" clap = { version = "4.1.1", features = ["derive", "cargo"] } dialoguer = "0.10.3" -dirs = "4.0.0" +dirs = "5.0.0" env_logger = "0.10.0" handlebars = "4.3.6" log = "0.4.17"