mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
build(deps): update file-format requirement from 0.18.0 to 0.19.0 in /crates/bin (#1307)
build(deps): update file-format requirement in /crates/bin Updates the requirements on [file-format](https://github.com/mmalecot/file-format) to permit the latest version. - [Release notes](https://github.com/mmalecot/file-format/releases) - [Changelog](https://github.com/mmalecot/file-format/blob/main/CHANGELOG.md) - [Commits](https://github.com/mmalecot/file-format/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: file-format dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
382b32a380
commit
c19ee50130
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ binstalk-manifests = { path = "../binstalk-manifests", version = "0.8.0" }
|
|||
clap = { version = "4.3.0", features = ["derive", "env"] }
|
||||
compact_str = "0.7.0"
|
||||
dirs = "5.0.1"
|
||||
file-format = { version = "0.18.0", default-features = false }
|
||||
file-format = { version = "0.19.0", default-features = false }
|
||||
gh-token = "0.1.2"
|
||||
home = "0.5.5"
|
||||
log = { version = "0.4.18", features = ["std"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue