Skip to content

Commit 888c098

Browse files
chore(deps): Update the directories dependency to 6.0.0 (#2982)
Update the `directories` dependency to the latest and final version, 6.0.0. The SemVer-breaking change in `directories` 6 is just that `dirs-sys` is updated to 0.5, which, in turn, is just due to [updating some platform-specific dependencies](dirs-dev/dirs-sys-rs@f369f09...8bcd4aa). There are therefore no API changes we need to worry about here. Note that (as for [`dirs`](https://github.com/dirs-dev/dirs-rs)) the [repository for `directories` is archived](https://github.com/dirs-dev/directories-rs), so it might be time to start thinking about a maintained alternative. ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing
1 parent 5908e9b commit 888c098

File tree

2 files changed

+6
-29
lines changed

2 files changed

+6
-29
lines changed

Cargo.lock

Lines changed: 5 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ time = { version = "0.3.36", features = [
2424
] }
2525
clap = { version = "4.5.7", features = ["derive"] }
2626
config = { version = "0.15.8", default-features = false, features = ["toml"] }
27-
directories = "5.0.1"
27+
directories = "6.0.0"
2828
eyre = "0.6"
2929
fs-err = "3.1"
3030
interim = { version = "0.2.0", features = ["time_0_3"] }

0 commit comments

Comments
 (0)