Skip to content

Commit aa29d73

Browse files
Update dirs requirement from 3.0.1 to 5.0.1 (#75)
Updates the requirements on [dirs](https://github.com/soc/dirs-rs) to permit the latest version. - [Commits](https://github.com/soc/dirs-rs/commits) --- updated-dependencies: - dependency-name: dirs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d04b333 commit aa29d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log = "0.4.11"
3131
env_logger = "0.10.0"
3232
html2text = "0.6.0"
3333
spinners = "1.2.0"
34-
dirs = "3.0.1"
34+
dirs = "5.0.1"
3535
serde_repr = "0.1.6"
3636
shellexpand = "3.1.0"
3737
reqwest = { version = "0.11", features = ["json", "cookies"] }

0 commit comments

Comments
 (0)