summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-24 10:06:51 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-24 10:06:51 +0200
commitf8cd7cf5c8dc372e0ae37be0e04f52b84b271416 (patch)
tree0d074e89318669bb223afdc4d57e006146667b21 /Cargo.toml
parent9d6f67de12ad4e7335147fae4cfc7fb5817a6d7c (diff)
downloadobnam2-f8cd7cf5c8dc372e0ae37be0e04f52b84b271416.tar.gz
refactor: switch from dirs crate to directories-next
It's a higher-level library and a little nicer to use.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"