summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-02-25 02:21:46 -0800
committerGitHub <noreply@github.com>2022-02-25 05:21:46 -0500
commit2eb865247efd0dcc879321c761a7d7b8f7750470 (patch)
tree6d92dd12630ed624039f418b92a8a28ded6cd514 /Cargo.lock
parent5f042aef94dc14e8ca471cb97c571530e84fbcab (diff)
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.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0d9606ad..4ecf0146 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
]