Bump dirs to version 3.0

This commit is contained in:
Jon Grythe Stødle 2020-07-29 20:09:47 +02:00 committed by Stephan Dilly
parent 079f0457e9
commit b89ec94066
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View file

@ -323,11 +323,10 @@ dependencies = [
[[package]]
name = "dirs"
version = "2.0.2"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
dependencies = [
"cfg-if",
"dirs-sys",
]

View file

@ -29,7 +29,7 @@ itertools = "0.9"
rayon-core = "1.7"
log = "0.4"
simplelog = { version = "0.8", default-features = false }
dirs = "2.0"
dirs = "3.0"
crossbeam-channel = "0.4"
scopeguard = "1.1"
bitflags = "1.2"