From 0e353fee580bf705b647577d3bdff243e8ec980e Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Mon, 1 May 2023 00:00:49 +0200 Subject: [PATCH] Update dirs-sys to 0.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8119c6..27f3add 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ maintenance = { status = "actively-developed" } keywords = ["xdg", "basedir", "app_dirs", "path", "folder"] [dependencies] -dirs-sys = "0.4.0" +dirs-sys = "0.4.1"