Skip to content

Commit b33e609

Browse files
chore(deps): update dirs requirement from 4.0.0 to 5.0.1 in /cli
Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 181535f commit b33e609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "tests"
2020
anyhow = "1.0.66"
2121
chrono = "0.4.22"
2222
colored = "2.0.0"
23-
dirs = "4.0.0"
23+
dirs = "5.0.1"
2424
env_logger = "0.10.0"
2525
indicatif = "0.17.0"
2626
log = { version = "0.4.17", default-features = false, features = ["release_max_level_info"] }

0 commit comments

Comments
 (0)