Skip to content

Commit 145085b

Browse files
Update dirs requirement from 4.0.0 to 5.0.0 (#114)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba8caaf commit 145085b

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
@@ -45,7 +45,7 @@ tokio = { version = "1", features = [ "process", "io-util", "macros" ] }
4545
tokio-pipe = "0.2.8"
4646

4747
once_cell = "1.8.0"
48-
dirs = "4.0.0"
48+
dirs = "5.0.0"
4949

5050
openssh-mux-client = { version = "0.15.1", optional = true }
5151

0 commit comments

Comments
 (0)