Merge pull request #27 from mwatts/dependabot/cargo/dirs-approx-4.0

Update dirs requirement from ~3.0 to ~4.0
This commit is contained in:
Mark Watts 2021-11-09 22:42:51 -05:00 committed by GitHub
commit 3df00eb63a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ test = false
[dependencies]
combine = "~4.6"
dirs = "~3.0"
dirs = "~4.0"
env_logger = "~0.9"
failure = "~0.1"
failure_derive = "~0.1"