From 8269dd756ce196e5742053cca3a4382eca4d947f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:35:43 -0400 Subject: [PATCH] build(deps): update dirs requirement from 4.0.0 to 5.0.0 (#45) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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"