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