From f8cd7cf5c8dc372e0ae37be0e04f52b84b271416 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 24 Mar 2021 10:06:51 +0200 Subject: refactor: switch from dirs crate to directories-next It's a higher-level library and a little nicer to use. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 73f13da..394c1bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://gitlab.com/larswirzenius/obnam" anyhow = "1" bytesize = "1" chrono = "0.4" -dirs = "3" +directories-next = "2" indicatif = "0.15" libc = "0.2" log = "0.4" -- cgit v1.2.1