Use dirs-next instead of dirs

This commit is contained in:
Dustin J. Mitchell 2021-04-16 09:21:59 -04:00
parent 10536f024d
commit 6c0f7a736f
3 changed files with 38 additions and 18 deletions

View file

@ -5,7 +5,7 @@ name = "taskchampion-cli"
version = "0.3.0"
[dependencies]
dirs = "^3.0.1"
dirs-next = "^2.0.0"
env_logger = "^0.8.3"
anyhow = "1.0"
log = "^0.4.14"