From c6c36316fde9efcd6f93526fade496904722a84e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:08:18 +1000 Subject: [PATCH] build(deps): update file-format requirement from 0.19.0 to 0.20.0 in /crates/bin (#1349) 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.19.0...v0.20.0) --- updated-dependencies: - dependency-name: file-format dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/bin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 367fd09b..8a09d2ec 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -27,7 +27,7 @@ binstalk-manifests = { path = "../binstalk-manifests", version = "0.8.1" } clap = { version = "4.3.0", features = ["derive", "env"] } compact_str = "0.7.0" dirs = "5.0.1" -file-format = { version = "0.19.0", default-features = false } +file-format = { version = "0.20.0", default-features = false } home = "0.5.5" log = { version = "0.4.18", features = ["std"] } miette = "5.9.0"