From fa4792b4159441aac6302d6601e4d3d16dcd7f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:16:23 +0000 Subject: [PATCH] build(deps): update dirs requirement from 5.0.1 to 6.0.0 --- 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 369ee0b..b717621 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ strip = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dirs = "5.0.1" +dirs = "6.0.0" whoami = "1.5.1" rustyline = { version = "14.0.0", features = ["with-file-history", "rustyline-derive", "derive"] } ctrlc = "3.4.4"