From 8884cf026dd9d8d0245847376a21855aac992344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:35:18 +0000 Subject: [PATCH] build(deps): bump file-format from 0.20.0 to 0.21.0 Bumps [file-format](https://github.com/mmalecot/file-format) from 0.20.0 to 0.21.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.20.0...v0.21.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 91a058223..e11498091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1689,9 +1689,9 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "file-format" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cfd758182d326b9360a94cb47b10907b83cb1967235f4f20688ac3ef0e40651" +checksum = "888c5782fda56d3bfa40339d7fc4e2d57191d42fd2708557d9963f5e5e3e9ca0" dependencies = [ "cfb", "zip", diff --git a/Cargo.toml b/Cargo.toml index 0aa2a27d1..f08aa6d7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ ext-sort = { version = "0.1", features = [ fast-float = "0.2" fastrand = "2" flate2 = { version = "1", optional = true } -file-format = { version = "0.20", features = ["reader"] } +file-format = { version = "0.21", features = ["reader"] } filetime = "0.2" flexi_logger = { version = "0.27", features = [ "async",