Skip to content

Commit 187fe54

Browse files
Bump dirs from 5.0.1 to 6.0.0
Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.1 to 6.0.0. - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ea28a4 commit 187fe54

File tree

3 files changed

+39
-7
lines changed

3 files changed

+39
-7
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

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

Diff for: 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)