From 862ff17b2e4ec107a79a9fe24ad5305eedb13d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:10:51 +0000 Subject: [PATCH] build(deps): bump file-format from 0.23.0 to 0.24.0 Bumps [file-format](https://github.com/mmalecot/file-format) from 0.23.0 to 0.24.0. - [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.23.0...v0.24.0) --- updated-dependencies: - dependency-name: file-format dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6733100f..bf7873bc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1705,9 +1705,9 @@ checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7" [[package]] name = "file-format" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "865ed54301d7e5136763302a3c9e595317e08a3119e19a078ab1ed269eb18edc" +checksum = "4ba1b81b3c213cf1c071f8bf3b83531f310df99642e58c48247272eef006cae5" [[package]] name = "filetime" diff --git a/Cargo.toml b/Cargo.toml index 334a97f7e..e0211b3e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ ext-sort = { version = "0.1", features = [ "memory-limit", ], default-features = false } flate2 = { version = "1", optional = true } -file-format = { version = "0.23", features = ["reader"] } +file-format = { version = "0.24", features = ["reader"] } filetime = "0.2" flexi_logger = { version = "0.27", features = [ "async",