mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
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:
parent
4e1592c8c6
commit
33a38e49e6
2 changed files with 9 additions and 9 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue