From 4e812c793d602c30f41148c9fcca7a2a90cab09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 14:39:16 +0000 Subject: [PATCH] chore(deps): update dirs requirement from 4.0.0 to 5.0.1 in /cli 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] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9e8fc928..99061589 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,7 +20,7 @@ name = "tests" anyhow = "1.0.66" chrono = "0.4.22" colored = "2.0.0" -dirs = "4.0.0" +dirs = "5.0.1" env_logger = "0.10.0" indicatif = "0.17.0" log = { version = "0.4.17", default-features = false, features = ["release_max_level_info"] }