Bump dirs from 5.0.0 to 5.0.1 (#1023)

Bumps [dirs](https://github.com/soc/dirs-rs) from 5.0.0 to 5.0.1.
- [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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-01 18:25:04 +10:00 committed by GitHub
parent 56b3360b17
commit 2bb1869bc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 6 deletions

View file

@ -26,7 +26,7 @@ binstalk = { path = "../binstalk", version = "0.12.0", default-features = false
binstalk-manifests = { path = "../binstalk-manifests", version = "0.5.0" }
clap = { version = "4.2.5", features = ["derive", "env"] }
compact_str = "0.7.0"
dirs = "5.0.0"
dirs = "5.0.1"
file-format = { version = "0.16.0", default-features = false }
fs-lock = { version = "0.1.0", path = "../fs-lock" }
gh-token = "0.1.1"