From ab9c16184abd3d08c40b26b6e4700263d7ed848d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 06:59:24 +0000 Subject: [PATCH] Update dirs requirement from ^4.0.0 to ^5.0.1 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 8e29cd5..58bf198 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ indexmap = "^1.5.1" serde = { version = "^1.0.114", features = ["derive"], optional = true } lazy-init = "^0.5.0" once_cell = "^1.8.0" -dirs = "^4.0.0" +dirs = "^5.0.1" [target.'cfg(windows)'.dependencies] regex = "^1.3.9"