From d22bf451a4078a464de7a3543262051bd6adc5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 21:21:31 +0000 Subject: [PATCH] Update dirs requirement from ~3.0 to ~4.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] --- tools/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli/Cargo.toml b/tools/cli/Cargo.toml index 3edaa378..c47b80c6 100644 --- a/tools/cli/Cargo.toml +++ b/tools/cli/Cargo.toml @@ -20,7 +20,7 @@ test = false [dependencies] combine = "~4.6" -dirs = "~3.0" +dirs = "~4.0" env_logger = "~0.9" failure = "~0.1" failure_derive = "~0.1"