From 174b6c8144b3a000f9d54847406c9132072a2da3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 7 Mar 2023 02:44:31 +0000
Subject: [PATCH] Bump file-format from 0.14.0 to 0.15.0 (#872)

---
 Cargo.lock            | 4 ++--
 crates/bin/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index ca625a14..17ffe1ee 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -628,9 +628,9 @@ dependencies = [
 
 [[package]]
 name = "file-format"
-version = "0.14.0"
+version = "0.15.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d645737d3dda11cbf14905e9b943a1bd578cdcb751709b581a924ea9b9b18b5c"
+checksum = "bbe20e5f282c61432e5cf0e33185e5dde032b2c2e4281c4735c31ce5b455a869"
 
 [[package]]
 name = "filetime"
diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml
index 4eb742c6..234b53be 100644
--- a/crates/bin/Cargo.toml
+++ b/crates/bin/Cargo.toml
@@ -27,7 +27,7 @@ binstalk-manifests = { path = "../binstalk-manifests", version = "0.3.0" }
 clap = { version = "4.1.8", features = ["derive", "env"] }
 compact_str = "0.7.0"
 dirs = "4.0.0"
-file-format = { version = "0.14.0", default-features = false }
+file-format = { version = "0.15.0", default-features = false }
 fs-lock = { version = "0.1.0", path = "../fs-lock" }
 gh-token = "0.1.1"
 log = { version = "0.4.17", features = ["std"] }