From e1a89511fb90d3ccbc5dac03ef81c267aacc5291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 03:02:14 +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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a872d6..4d5b0ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/EndlessSkyCommunity/espim" [dependencies] anyhow = "1.0" -dirs = "3.0" +dirs = "4.0" log = "0.4" serde = { version = "1.0", default_features = false, features = ["derive"] } ureq = { version = "1.2", default_features = false, features = ["json", "tls"] }