mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 06:00:21 +00:00
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:
parent
5f042aef94
commit
2eb865247e
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue