From 581b2a63262eecb1216583bc852b8b91b7f6faf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 03:03:28 +0000 Subject: [PATCH] chore: 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 8129baf..0ab1a71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ version = "0.2.0" [dependencies] clap = { version = "4.0.17", features = ["derive"] } -dirs = "4.0.0" +dirs = "5.0.1" rusqlite = { version = "0.28.0", features = ["bundled"] }