Skip to content

Commit

Permalink
Bump directories from 4.0.1 to 5.0.1 (#143)
Browse files Browse the repository at this point in the history
Bumps [directories](https://github.com/soc/directories-rs) from 4.0.1 to 5.0.1.
- [Release notes](https://github.com/soc/directories-rs/releases)
- [Commits](https://github.com/soc/directories-rs/commits)

---
updated-dependencies:
- dependency-name: directories
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 845ed46 commit f7be4cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
reqwest = { version = "0.11", features = ["blocking", "gzip", "socks", "multipart", "native-tls-alpn" ] }
regex = "1.6"
clap = { version = "4.0.29", features = ["derive"] }
directories = "4.0"
directories = "5.0"
log = "0.4"
stderrlog = "0.5"
serde_json = "1.0"
Expand Down

0 comments on commit f7be4cf

Please sign in to comment.