build(deps): bump dirs from 5.0.1 to 6.0.0 in the deps group (#2022)

Bumps the deps group with 1 update: [dirs](https://github.com/soc/dirs-rs).


Updates `dirs` from 5.0.1 to 6.0.0
- [Commits](https://github.com/soc/dirs-rs/commits)

---
updated-dependencies:
- dependency-name: dirs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
...

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] 2025-01-13 23:25:42 +11:00 committed by GitHub
parent 4e1592c8c6
commit 33a38e49e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -27,7 +27,7 @@ binstalk = { path = "../binstalk", version = "0.28.20", default-features = false
binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.17" }
clap = { version = "4.5.3", features = ["derive", "env"] }
compact_str = "0.8.0"
dirs = "5.0.1"
dirs = "6.0.0"
file-format = { version = "0.26.0", default-features = false }
home = "0.5.9"
log = { version = "0.4.22", features = ["std"] }