Skip to content

Commit 9781608

Browse files
authored
upgrade dirs (#2569)
1 parent 7c41e99 commit 9781608

File tree

3 files changed

+30
-96
lines changed

3 files changed

+30
-96
lines changed

Cargo.lock

+28-94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] }
2727
clap = { version = "4.5", features = ["env", "cargo"] }
2828
crossbeam-channel = "0.5"
2929
crossterm = { version = "0.28", features = ["serde"] }
30-
dirs = "5.0"
30+
dirs = "6.0"
3131
easy-cast = "0.5"
3232
filetreelist = { path = "./filetreelist", version = "0.5" }
3333
fuzzy-matcher = "0.3"

asyncgit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["git"]
1414
[dependencies]
1515
bitflags = "2"
1616
crossbeam-channel = "0.5"
17-
dirs = "5.0"
17+
dirs = "6.0"
1818
easy-cast = "0.5"
1919
fuzzy-matcher = "0.3"
2020
git2 = "0.20"

0 commit comments

Comments
 (0)