deps: update dirs to 4.x (#682)

Updates the dirs dependency to 4.0.0. This is a breaking change but should not affect bottom.
This commit is contained in:
Clement Tsang 2022-02-25 02:21:46 -08:00 committed by GitHub
parent 5f042aef94
commit 2eb865247e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -494,9 +494,9 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]]
name = "dirs"
version = "3.0.2"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]

View file

@ -42,7 +42,7 @@ crossterm = "0.18.2"
ctrlc = { version = "3.1.9", features = ["termination"] }
clap = "2.33"
cfg-if = "1.0"
dirs = "3.0.2"
dirs = "4.0.0"
futures = "0.3.14"
futures-timer = "3.0.2"
fxhash = "0.2.1"